public interface StatsInstance
Modifier and Type | Method and Description |
---|---|
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.
|
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 IDcom.ibm.websphere.pmi.stat.MBeanStatDescriptor getMBeanStatDescriptor()