Package com.sun.corba.se.spi.monitoring
Interface MonitoringManager
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
MonitoringManagerImpl
Monitoring Manager will have a 1 to 1 association with the ORB. This gives access to the top level Monitored Object, using which more Monitored Objects and Attributes can be added and traversed.
- Author:
- Hemanth Puttaswamy
-
Method Summary
Modifier and TypeMethodDescriptionvoidInitialize is called whenever there is a start monitoring call to CORBA MBean.Gets the Root Monitored Object which contains a Hierarchy Of Monitored Objects exposing various Monitorable Attributes of Various modules.
-
Method Details
-
getRootMonitoredObject
MonitoredObject getRootMonitoredObject()Gets the Root Monitored Object which contains a Hierarchy Of Monitored Objects exposing various Monitorable Attributes of Various modules.
- Parameters:
MonitoredObject- ...
-
clearState
void clearState()Initialize 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.
-