|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.monitor.api.TWGMonNodeList
This is the monitor API AttributeNodelist class. This class encapsulates information about a list of attribute nodes It is built in the API object from the response from the server. methods are provided for extracting the data returned.
Constructor Summary | |
---|---|
TWGMonNodeList(TWGMonPath progPath,
TWGMonAttributeNodeList monNodeList)
This is the constructor for building the object |
Method Summary | |
---|---|
int |
getNodeCount()
get count of number of nodes in the list. |
java.util.Enumeration |
getNodes()
Gets an enumeration of nodes in the list. |
java.lang.String |
toString()
get a textual string that can be dumped that describes the list and its contents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGMonNodeList(TWGMonPath progPath, TWGMonAttributeNodeList monNodeList)
progPath
- Programatic path that the request was initiated forMethod Detail |
public int getNodeCount()
public java.util.Enumeration getNodes()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |