|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A customized MonitorMBean interface.
| Method Summary | |
|---|---|
Class |
getAttributeType()
Returns the type of attribute which can be observed by this MonitorMBean. |
ObjectName |
getPattern()
Returns an ObjectName pattern which can be used for filtering MBeans. |
| Methods inherited from interface javax.management.monitor.MonitorMBean |
|---|
addObservedObject, containsObservedObject, getGranularityPeriod, getObservedAttribute, getObservedObject, getObservedObjects, isActive, removeObservedObject, setGranularityPeriod, setObservedAttribute, setObservedObject, start, stop |
| Method Detail |
public Class getAttributeType()
MonitorMBean.
This is usefull when this monitor can handle several attribute types
(e.g. counter and
gauge monitors handle several integer
or floating-point attribute types)
MonitorMBean.public ObjectName getPattern()
ObjectName pattern which can be used for filtering MBeans.
Typically, only MBeans, whose ObjectName matches this pattern,
must be added in the set of observed MBeans.
ObjectName pattern.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||