|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ws.tpv.engine.buffer.TreeNodeData
public class TreeNodeData
Constructor Summary | |
---|---|
TreeNodeData(int UID,
java.lang.String statsName,
java.lang.String statsType)
Constructor |
Method Summary | |
---|---|
void |
dump()
Recursively prints the tree to System.out. |
void |
dump(java.io.PrintStream out)
Recursively prints the tree to the specified PrintStream |
void |
dump(java.io.PrintStream out,
java.lang.String indent)
This protected method is used to recursively dump the contents of the this class |
TreeNodeData |
getChild(int i)
Returns the node at the given index. |
int |
getLevel()
Returns for the level |
int |
getNumChildren()
Return the number of children this node has. |
java.lang.String |
getStatsName()
Return the statsName for this node. |
java.lang.String |
getStatsType()
Return the statsType for this node. |
int |
getUID()
Return the identifier for this node. |
void |
setChildren(java.util.ArrayList children)
Adds a child to the node |
void |
setLevel(int i)
Sets the level |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeNodeData(int UID, java.lang.String statsName, java.lang.String statsType)
Method Detail |
---|
public void setChildren(java.util.ArrayList children)
child
- public int getNumChildren()
public TreeNodeData getChild(int i)
i
- The node index to return
public int getUID()
public java.lang.String getStatsName()
public java.lang.String getStatsType()
public int getLevel()
public void setLevel(int i)
i
- public void dump()
public void dump(java.io.PrintStream out)
out
- public void dump(java.io.PrintStream out, java.lang.String indent)
out
- indent
-
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |