Interface MonitoringManager

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
MonitoringManagerImpl

public interface MonitoringManager extends Closeable

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 Type
    Method
    Description
    void
    Initialize 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.

    Methods inherited from interface java.io.Closeable

    close
  • 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.