AdventNet Web NMS 4 API Specification

com.adventnet.nms.tl1.config
Class TIDConfig

java.lang.Object
  |
  +--com.adventnet.nms.tl1.config.TL1Config
        |
        +--com.adventnet.nms.tl1.config.TIDConfig
All Implemented Interfaces:
java.io.Serializable

public class TIDConfig
extends TL1Config

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.

See Also:
Serialized Form

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

TIDConfig

public TIDConfig()
Method Detail

setTIDName

public void setTIDName(java.lang.String name)
This method is used to set the name of the TID Object
Parameters:
String - - name of this TID

getTIDName

public java.lang.String getTIDName()
This method is used to get the name of the TID Object
Returns:
String - name of this TID.

setProperties

public void setProperties(java.util.Hashtable prop)
This method is used to set the TIDConfig object's properties. Derived Classes should override this method and invoke super.setProperties() at the end of this method.
Overrides:
setProperties in class TL1Config
Parameters:
p - The properties to be set in this object.

getProperties

public java.util.Hashtable getProperties()
This method returns the Properties of the TIDConfig object. Derived classes should override this method and invoke the super.getProperties() in the begining of this method.
Overrides:
getProperties in class TL1Config
Returns:
The values of the following fields of this class and all its super classes in a Property object including the user properties. This method returns the value of all fields as string.
See Also:
TL1Config.getProperties()

AdventNet Web NMS 4 API Specification