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.
Modifier and Type | Method and Description |
---|---|
void |
clearState()
Initialize is called whenever there is a start monitoring call to CORBA
MBean.
|
MonitoredObject |
getRootMonitoredObject()
Gets the Root Monitored Object which contains a Hierarchy Of Monitored
Objects exposing various Monitorable Attributes of Various modules.
|
MonitoredObject getRootMonitoredObject()
Gets the Root Monitored Object which contains a Hierarchy Of Monitored Objects exposing various Monitorable Attributes of Various modules.
MonitoredObject
- ...
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.
Copyright © 2017 JBoss by Red Hat. All rights reserved.