|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.pmi.stat.MBeanStatDescriptor
MBeanStatDescriptor
includes an MBean ObjectName and an optional StatDescriptor.
PMI uses MBeanStatDescriptor to map the PMI modules and submodules so that the client can
request a subset of PMI data available in an MBean.
When requesting PMI data, the server has to know the MBean ObjectName that provides the data. For most PMI modules and submodules, there are MBeans directly mapping to them. However, for some PMI modules and submodules, there are no mapping MBeans. In this case, PMI uses the MBeanStatDescriptor to map the PMI modules and submodules so that the client can request a subset of PMI data available in an MBean.
Constructor Summary | |
---|---|
MBeanStatDescriptor(javax.management.ObjectName mName)
Deprecated. Constructor |
|
MBeanStatDescriptor(javax.management.ObjectName mName,
StatDescriptor sd)
Deprecated. Constructor |
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
Deprecated. |
java.lang.String |
getName()
Deprecated. |
javax.management.ObjectName |
getObjectName()
Deprecated. |
StatDescriptor |
getStatDescriptor()
Deprecated. |
boolean |
isSame(MBeanStatDescriptor msd)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MBeanStatDescriptor(javax.management.ObjectName mName)
mName
- should be a valid ObjectName (not null).public MBeanStatDescriptor(javax.management.ObjectName mName, StatDescriptor sd)
mName
- should be a valid ObjectName (not null).sd
- could be null (a null sd doesn't indicate root of the server).Method Detail |
public javax.management.ObjectName getObjectName()
public StatDescriptor getStatDescriptor()
public boolean isSame(MBeanStatDescriptor msd)
public java.lang.String getIdentifier()
public java.lang.String getName()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |