|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.monitor.api.TWGMonNode
This is the monitor API Attribute Node class. This class encapsulates the information for individual nodes in the response to a TWGMonAPI.findNodes or TWGMonAPI.findNodesAsync request for attribute tree information
Method Summary | |
---|---|
int |
getAttributeType()
Gets the type of node the node is |
java.lang.String |
getDispName()
Gets the Displayable Node name and return it to the caller |
java.util.Locale |
getLocale()
Gets the locale information for the node |
java.lang.String |
getProgName()
Gets the Program Node name and return it to the caller |
LongValueSet |
getSystems()
Gets the list of managed system ids and returns it to the caller |
int |
getSystemsCount()
Gets the count of systems that are part of the systems set |
boolean |
isDataNode()
Gets indication if the node is a node that can provide monitorable data |
boolean |
isPathNode()
Gets indication if the node is a branch point that leads to more branch points or data nodes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public LongValueSet getSystems()
public int getSystemsCount()
public java.lang.String getDispName()
public java.lang.String getProgName()
public boolean isDataNode()
public boolean isPathNode()
public int getAttributeType()
public java.util.Locale getLocale()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |