com.ibm.websphere.pmi.stat
Class StatDescriptor
java.lang.Object
|
+--com.ibm.websphere.pmi.stat.StatDescriptor
- All Implemented Interfaces:
- java.io.Serializable
- public class StatDescriptor
- extends java.lang.Object
- implements java.io.Serializable
The StatDescriptor is a descriptor used to specify
a subset of PMI data in a MBean. It should be passed with a MBean ObjectName
to create the corresponding MBeanStatDescriptor and/or MBeanLevelSpec.
For example, if you request PMI data for a specific EJB method, you will
have to give a StatDescriptor since there is no MBean for individual EJB method.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
|
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
StatDescriptor
public StatDescriptor(java.lang.String[] path)
StatDescriptor
public StatDescriptor(java.lang.String[] path,
int dataId)
getPath
public java.lang.String[] getPath()
getName
public java.lang.String getName()
getDataId
public int getDataId()
getType
public int getType()
isSame
public boolean isSame(StatDescriptor sd)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.