mx4j.monitor
public interface MX4JMonitorMBean
Version: $Revision: 1.2 $
| Method Summary | |
|---|---|
| void | addObservedObject(ObjectName object) |
| boolean | containsObservedObject(ObjectName object) |
| long | getGranularityPeriod() |
| String | getObservedAttribute() |
| ObjectName[] | getObservedObjects() |
| boolean | isActive() |
| void | removeObservedObject(ObjectName object) |
| void | setGranularityPeriod(long period) |
| void | setObservedAttribute(String attribute) |
| void | start() |
| void | stop() |