Methods Summary |
---|
public void | getMonitoringData(MonitoringEvent event)Get monitoring data for the component specified in the event. This method
is called whenever a monitoring event with action of
MonitoringEvent.GET_MONITOR_DATA is received.
|
public void | listMonitorable(MonitoringEvent event)Get list of monitorable(s) for the component specified in the event.
This method is called whenever a monitoring event with action of
MonitoringEvent.LIST_MONITORABLE is received.
|
public void | setMonitoringData(MonitoringEvent event)Set monitoring data for the component specified in the event. This method
is called whenever a monitoring event with action of
MonitoringEvent.SET_MONITOR_DATA is received.
|
public void | startMonitoring(MonitoringEvent event)Start monitoring on the component specified by the event. This method is
called whenever a monitoring event with action of
MonitoringEvent.START_MONITORING is received.
|
public void | stopMonitoring(MonitoringEvent event)Stop monitoring on the component specified by the event. This method is
called whenever a monitoring event with action of
MonitoringEvent.STOP_MONITORING is received.
|