Package com.sun.jaw.impl.agent.services.monitor

Provides the classes of the monitor service.

See:
          Description

Interface Summary
CounterMonitorMO The c-bean interface of the CounterMonitor m-bean.
GaugeMonitorMO The c-bean interface of the GaugeMonitor m-bean.
MonitorListener Definition of the interface to be implemented by all the objects interested in receiving events of type MonitorEvent.
MonitorListenerMO The c-bean interface of the MonitorListener m-bean.
MonitorMO The c-bean interface of the Monitor m-bean.
 

Class Summary
CounterMonitor This class provides a simple implementation of a counter monitor.
GaugeMonitor This class provides a simple implementation of a gauge monitor. A gauge monitor is a monitor which observes an attribute which behaves as a gauge.
Monitor This class provides a simple implementation of a monitor service. The aim of this service is to observe the evolution in time of the value of a property of a given m-bean.
MonitorEvent This class provides a simple implementation of a monitor event.
MonitorEventMO The c-bean interface of the MonitorEvent m-bean.
 

Package com.sun.jaw.impl.agent.services.monitor Description

Provides the classes of the monitor service.