FileDocCategorySizeDatePackage
MonitoringManager.javaAPI DocJava SE 5 API1253Fri Aug 26 14:54:38 BST 2005com.sun.corba.se.spi.monitoring

MonitoringManager

public interface MonitoringManager

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

Fields Summary
Constructors Summary
Methods Summary
public voidclearState()

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.

public com.sun.corba.se.spi.monitoring.MonitoredObjectgetRootMonitoredObject()

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

param
MonitoredObject ...