|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.monitor.TWGMonAttributeNodeList
This is the TWGMonAttributeNodelist class.
This class acts as a smart
container of
attribute nodes
TWGMonAttributeNode
,
Serialized FormConstructor Summary | |
---|---|
TWGMonAttributeNodeList(IntelByteBuffer iBuf)
This is the constructor for building the response from a byte stream |
|
TWGMonAttributeNodeList(java.util.Locale neededLocale)
This is the constructor for building the object |
Method Summary | |
---|---|
void |
addNodeToList(TWGMonAttributeNode newNode)
Add an Attribute Node To list of nodes. |
int |
getIntelByteBufferSize()
Determines and returns the IntelByteBuffer size requirment for the object the method is called on |
int |
getNodeCount()
get count of number of nodes in the list. |
java.util.Enumeration |
getNodes()
Gets an enumeration of nodes in the list. |
void |
mergeWith(TWGMonAttributeNodeList newList)
Combine the contents of another node list with this list. |
java.lang.String |
toString()
get a textual string that can be dumped that describes the list and its contents |
IntelByteBuffer |
writeIntelByteBuffer(IntelByteBuffer iBuf)
Writes the class variables into the passed in IntelByteBuffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGMonAttributeNodeList(java.util.Locale neededLocale)
neededLocale
- Locale that the node list is being used to collect
information forpublic TWGMonAttributeNodeList(IntelByteBuffer iBuf) throws TWGByteStreamException
TWGByteStreamException
- thrown to indicate that the byte buffer
being used build the object contained improper dataMethod Detail |
public int getIntelByteBufferSize()
public IntelByteBuffer writeIntelByteBuffer(IntelByteBuffer iBuf)
iBuf
- byte buffer to write the state of the object o
public void addNodeToList(TWGMonAttributeNode newNode)
newNode
- Attribute node to add to the listpublic int getNodeCount()
public java.util.Enumeration getNodes()
public void mergeWith(TWGMonAttributeNodeList newList)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |