|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
javax.management.j2ee.statistics
package.
The PerfDescriptor
is WebSphere 4.0 interface used to represent a PMI module.
This interface is replaced by com.ibm.websphere.pmi.stat.StatDescriptor
.
public interface PerfDescriptor
Field Summary | |
---|---|
static long |
serialVersionUID
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(PerfDescriptor pd)
Deprecated. Return true if this descriptor and pd are in the same position of the descriptor hierarchy. |
com.ibm.ws.pmi.server.DataDescriptor |
getDataDescriptor()
Deprecated. return the data descriptor. |
int[] |
getDataIds()
Deprecated. Return all the data Ids in this descriptor |
java.lang.String |
getFullName()
Deprecated. Return a name having the whole hierarchy node/server/module/... |
int |
getMaxPathLength()
Deprecated. Internal usage only. |
java.lang.String |
getModuleName()
Deprecated. Return the module name. |
java.lang.String |
getName()
Deprecated. return the short name that is the lowest level of data hierarchy. |
java.lang.String |
getName(int pathLength)
Deprecated. Internal usage only. |
java.lang.String |
getNodeName()
Deprecated. return node name. |
java.lang.String[] |
getPath()
Deprecated. Return the data path in an array of Strings |
java.lang.String |
getServerName()
Deprecated. return server name. |
int |
getType()
Deprecated. Return the type: node, server, module, instance, data |
int |
getType(int pathLength)
Deprecated. Internal usage only. |
boolean |
isDescendingFrom(PerfDescriptor pd)
Deprecated. Return true if this descriptor decends from pd in the descriptor hierarchy. |
void |
postInit()
Deprecated. client side call to set members that cannot be done by constructor. |
void |
postInit(java.lang.String dataName)
Deprecated. client side call to set members that cannot be done by constructor. |
java.lang.String |
toXMLTagEnd(boolean recusive)
Deprecated. Return a XML end tag |
java.lang.String |
toXMLTagStart(boolean recusive)
Deprecated. Return a XML start tag |
Field Detail |
---|
static final long serialVersionUID
Method Detail |
---|
java.lang.String getNodeName()
java.lang.String getServerName()
java.lang.String getModuleName()
java.lang.String getName()
java.lang.String getName(int pathLength)
int getMaxPathLength()
java.lang.String[] getPath()
int[] getDataIds()
java.lang.String getFullName()
int getType()
int getType(int pathLength)
boolean equals(PerfDescriptor pd)
boolean isDescendingFrom(PerfDescriptor pd)
java.lang.String toXMLTagStart(boolean recusive)
java.lang.String toXMLTagEnd(boolean recusive)
void postInit()
void postInit(java.lang.String dataName)
com.ibm.ws.pmi.server.DataDescriptor getDataDescriptor()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |