containsObservedObject(ObjectName object) Tests whether the specified object is in the set of observed MBeans.
Parameters: object - The object to check.
Adds the specified object in the set of observed MBeans.
Parameters: object - The object to observe. exception: java.lang.IllegalArgumentException - the specified object is null. since: JMX 1.2
Tests whether the specified object is in the set of observed MBeans.
Parameters: object - The object to check. true if the specified object is in the set, false otherwise. since: JMX 1.2
Tests if the monitor MBean is active.
A monitor MBean is marked active when the doStart() method is called.
It becomes inactive when the doStart() method is called.
true if the monitor MBean is active, false otherwise.