Class MonitoringManagerImpl

java.lang.Object
com.sun.corba.se.impl.monitoring.MonitoringManagerImpl
All Implemented Interfaces:
MonitoringManager, Closeable, AutoCloseable

public class MonitoringManagerImpl extends Object implements MonitoringManager
  • Method Details

    • clearState

      public void clearState()
      Description copied from interface: MonitoringManager

      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.

      Specified by:
      clearState in interface MonitoringManager
    • getRootMonitoredObject

      public MonitoredObject getRootMonitoredObject()
      Description copied from interface: MonitoringManager

      Gets the Root Monitored Object which contains a Hierarchy Of Monitored Objects exposing various Monitorable Attributes of Various modules.

      Specified by:
      getRootMonitoredObject in interface MonitoringManager
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable