|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PerfDescriptor
interface is a 4.0 interface and will be supported in 5.0.
It is used to specify the data in which
the client is interested. It includes methods that return node name, server name,
module name, collection name, and full name.
Field Summary | |
---|---|
static long |
serialVersionUID
|
Method Summary | |
---|---|
boolean |
equals(PerfDescriptor pd)
Return true if this descriptor and pd are in the same position of the descriptor hierarchy. |
com.ibm.ws.pmi.server.DataDescriptor |
getDataDescriptor()
return the data descriptor. |
int[] |
getDataIds()
Return all the data Ids in this descriptor |
java.lang.String |
getFullName()
Return a name having the whole hierarchy |
int |
getMaxPathLength()
Internal usage only. |
java.lang.String |
getModuleName()
Return the module name. |
java.lang.String |
getName()
return the short name that is the lowest level of data hierarchy. |
java.lang.String |
getName(int pathLength)
Internal usage only. |
java.lang.String |
getNodeName()
return node name. |
java.lang.String[] |
getPath()
Return the data path in an array of Strings |
java.lang.String |
getServerName()
return server name. |
int |
getType()
Return the type: node, server, module, instance, data |
int |
getType(int pathLength)
Internal usage only. |
boolean |
isDescendingFrom(PerfDescriptor pd)
Return true if this descriptor decends from pd in the descriptor hierarchy. |
void |
postInit()
client side call to set members that cannot be done by constructor. |
void |
postInit(java.lang.String dataName)
client side call to set members that cannot be done by constructor. |
java.lang.String |
toXMLTagEnd(boolean recusive)
Return a XML end tag |
java.lang.String |
toXMLTagStart(boolean recusive)
Return a XML start tag |
Field Detail |
public static final long serialVersionUID
Method Detail |
public java.lang.String getNodeName()
public java.lang.String getServerName()
public java.lang.String getModuleName()
public java.lang.String getName()
public java.lang.String getName(int pathLength)
public int getMaxPathLength()
public java.lang.String[] getPath()
public int[] getDataIds()
public java.lang.String getFullName()
public int getType()
public int getType(int pathLength)
public boolean equals(PerfDescriptor pd)
public boolean isDescendingFrom(PerfDescriptor pd)
public java.lang.String toXMLTagStart(boolean recusive)
public java.lang.String toXMLTagEnd(boolean recusive)
public void postInit()
public void postInit(java.lang.String dataName)
public com.ibm.ws.pmi.server.DataDescriptor getDataDescriptor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |