This method tests whether the monitor MBean is active. A monitor MBean
is marked active when the start method is called. It becomes inactive
when the stop method is called.
boolean value indicating whether the MBean is active or not.
This method sets the granularity period (in milliseconds).
Parameters: period - the granularity period value. exception: java.lang.IllegalArgumentException - - The granularity periodis less than or equal to zero.
setObservedAttribute
public void setObservedAttribute(String attribute)(Code)
This method sets the attribute being observed.
Parameters: attribute - The attribute to be observed.