|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Exposes the remote management interface of monitor MBeans.
| Method Summary | |
long |
getGranularityPeriod()
Gets the granularity period (in milliseconds). |
java.lang.String |
getObservedAttribute()
Gets the attribute being observed. |
ObjectName |
getObservedObject()
Gets the object name of the object being observed. |
boolean |
isActive()
Tests if the monitor MBean is active. |
void |
setGranularityPeriod(long period)
Sets the granularity period (in milliseconds). |
void |
setObservedAttribute(java.lang.String attribute)
Sets the attribute to observe. |
void |
setObservedObject(ObjectName object)
Sets the object to observe identified by its object name. |
| Method Detail |
public ObjectName getObservedObject()
public void setObservedObject(ObjectName object)
object - The object to observe.public java.lang.String getObservedAttribute()
public void setObservedAttribute(java.lang.String attribute)
attribute - The attribute to observe.public long getGranularityPeriod()
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.public boolean isActive()
true if the monitor MBean is active, false otherwise.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||