Package com.sun.corba.se.impl.monitoring
Class MonitoringManagerImpl
java.lang.Object
com.sun.corba.se.impl.monitoring.MonitoringManagerImpl
- All Implemented Interfaces:
MonitoringManager,Closeable,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidInitialize is called whenever there is a start monitoring call to CORBA MBean.voidclose()Gets the Root Monitored Object which contains a Hierarchy Of Monitored Objects exposing various Monitorable Attributes of Various modules.
-
Method Details
-
clearState
public void clearState()Description copied from interface:MonitoringManagerInitialize is called whenever there is a start monitoring call to CORBA MBean. This will result in triaging initialize to all the MonitoredObjects and it's Monitored Attributes.
- Specified by:
clearStatein interfaceMonitoringManager
-
getRootMonitoredObject
Description copied from interface:MonitoringManagerGets the Root Monitored Object which contains a Hierarchy Of Monitored Objects exposing various Monitorable Attributes of Various modules.
- Specified by:
getRootMonitoredObjectin interfaceMonitoringManager
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-