javax.management.monitor
Interface MonitorMBean
- All Known Subinterfaces:
- CounterMonitorMBean, GaugeMonitorMBean, StringMonitorMBean
- All Known Implementing Classes:
- CounterMonitor, GaugeMonitor, Monitor, StringMonitor
- public interface MonitorMBean
Interface MonitorMBean. It is the management interface of MonitoringMBeans
- Version:
- $Revision: 1.2 $
- Author:
- Carlos Quiroz
- See Also:
Monitor
start
public void start()
stop
public void stop()
getObservedObject
public ObjectName getObservedObject()
setObservedObject
public void setObservedObject(ObjectName object)
getObservedAttribute
public java.lang.String getObservedAttribute()
setObservedAttribute
public void setObservedAttribute(java.lang.String attribute)
getGranularityPeriod
public long getGranularityPeriod()
setGranularityPeriod
public void setGranularityPeriod(long period)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
isActive
public boolean isActive()
Copyright © 2001-2002 MX4J Team. All Rights Reserved.