|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
StatsInstance represents a single instance of the Stats template. The instance will have all the statistics defined in the template. The Stats template XML file is defined using the stats.dtd at com/ibm/websphere/pmi/xml
Method Summary | |
---|---|
int |
getInstrumentationLevel()
Return the current instrumentation/monitoring level for this StatsInstance. |
javax.management.ObjectName |
getMBean()
Return the MBean name associated with this StatsInstance. |
MBeanStatDescriptor |
getMBeanStatDescriptor()
Deprecated. No replacement. |
java.lang.String |
getName()
Returns the name of the instance |
SPIStatistic |
getStatistic(int id)
Returns a statistic by ID. |
void |
setMBean(javax.management.ObjectName mBeanName)
Associate a managed object MBean with this StatsInstance. |
Method Detail |
public java.lang.String getName()
public javax.management.ObjectName getMBean()
public void setMBean(javax.management.ObjectName mBeanName)
mBeanName
- managed object ObjectNamepublic int getInstrumentationLevel()
public SPIStatistic getStatistic(int id)
id
- Statistic ID
public MBeanStatDescriptor getMBeanStatDescriptor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |