|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatsInstance
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. |
com.ibm.websphere.pmi.stat.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 |
---|
java.lang.String getName()
javax.management.ObjectName getMBean()
void setMBean(javax.management.ObjectName mBeanName)
mBeanName
- managed object ObjectNameint getInstrumentationLevel()
SPIStatistic getStatistic(int id)
id
- Statistic ID
com.ibm.websphere.pmi.stat.MBeanStatDescriptor getMBeanStatDescriptor()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |