|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Exposes the remote management interface of monitor MBeans.
| Method Summary | |
void |
addObservedObject(ObjectName object)
Adds the specified object in the set of observed MBeans. |
boolean |
containsObservedObject(ObjectName object)
Tests whether the specified object is in the set of observed MBeans. |
long |
getGranularityPeriod()
Gets the granularity period (in milliseconds). |
java.lang.String |
getObservedAttribute()
Gets the attribute being observed. |
ObjectName[] |
getObservedObjects()
Returns an array containing the objects being observed. |
boolean |
isActive()
Tests if the monitor MBean is active. |
void |
removeObservedObject(ObjectName object)
Removes the specified object from the set of observed MBeans. |
void |
setGranularityPeriod(long period)
Sets the granularity period (in milliseconds). |
void |
setObservedAttribute(java.lang.String attribute)
Sets the attribute to observe. |
| Method Detail |
public void addObservedObject(ObjectName object)
throws java.lang.IllegalArgumentException
object - The object to observe.java.lang.IllegalArgumentException - the specified object is null.public void removeObservedObject(ObjectName object)
object - The object to remove.public boolean containsObservedObject(ObjectName object)
object - The object to check.true if the specified object is in the set, false otherwise.public ObjectName[] getObservedObjects()
public java.lang.String getObservedAttribute()
setObservedAttribute(java.lang.String)public void setObservedAttribute(java.lang.String attribute)
attribute - The attribute to observe.getObservedAttribute()public long getGranularityPeriod()
setGranularityPeriod(long)
public void setGranularityPeriod(long period)
throws java.lang.IllegalArgumentException
period - The granularity period.java.lang.IllegalArgumentException - The granularity
period is less than or equal to zero.getGranularityPeriod()public boolean isActive()
true if the monitor MBean is active, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||