public class Device
extends java.lang.Object
| Constructor and Description |
|---|
Device()
Constructor
|
Device(java.util.Map<java.lang.String,java.lang.Integer> neProps,
java.util.Map<java.lang.String,java.lang.Integer> neSysProps)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
create(java.lang.String[] record)
Creates a NetworkDevice instance
|
void |
create(java.lang.String strIpAddress,
java.lang.String strName)
Creates a NetworkDevice instance
|
NetworkDevice |
getNetworkDevice()
Returns the NetworkDevice instance
|
void |
update(java.lang.String[] record)
Updates the Device instance
|
void |
updateNE(java.lang.String[] record)
Updates the Device instance
|
public Device(java.util.Map<java.lang.String,java.lang.Integer> neProps,
java.util.Map<java.lang.String,java.lang.Integer> neSysProps)
neProps - Properties for 'NE' recordsneSysProps - Properties for 'NE System' recordspublic Device()
public void create(java.lang.String[] record)
throws java.lang.Exception
record - Device recordjava.lang.Exceptionpublic void create(java.lang.String strIpAddress,
java.lang.String strName)
throws java.lang.Exception
strIpAddress - Device IP addressstrName - Device namejava.lang.Exceptionpublic void update(java.lang.String[] record)
throws java.lang.Exception
record - Device recordjava.lang.Exceptionpublic NetworkDevice getNetworkDevice()
public void updateNE(java.lang.String[] record)
throws java.lang.Exception
record - Device recordjava.lang.Exception