|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.adventnet.nms.tl1.config.TL1Config
|
+--com.adventnet.nms.tl1.config.TIDConfig
This class is used for Adding the Target IDs.It is mandatory to set the TIDName and the Group Name and then add the TID to a particular GNE.
| Constructor Summary | |
TIDConfig()
|
|
| Method Summary | |
java.util.Hashtable |
getProperties()
This method returns the Properties of the TIDConfig object. |
java.lang.String |
getTIDName()
This method is used to get the name of the TID Object |
void |
setProperties(java.util.Hashtable prop)
This method is used to set the TIDConfig object's properties. |
void |
setTIDName(java.lang.String name)
This method is used to set the name of the TID Object |
| Methods inherited from class com.adventnet.nms.tl1.config.TL1Config |
getAppendEnd, getAppendFront, getConnectionHandler, getGroupName, getInfoCommand, getInitCommand, getIpAddress, getLoginCommand, getMessageFormatter, getNetmask, getStatPollCommand, getTL1Port, getType, setAppendEnd, setAppendFront, setConnectionHandler, setGroupName, setInfoCommand, setInitCommand, setIpAddress, setLoginCommand, setMessageFormatter, setNetmask, setStatPollCommand, setTL1Port, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TIDConfig()
| Method Detail |
public void setTIDName(java.lang.String name)
String - - name of this TIDpublic java.lang.String getTIDName()
public void setProperties(java.util.Hashtable prop)
setProperties in class TL1Configp - The properties to be set in this object.public java.util.Hashtable getProperties()
getProperties in class TL1ConfigTL1Config.getProperties()
|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||