public class MonitoringManagerImpl extends Object implements MonitoringManager
| Modifier and Type | Method and Description |
|---|---|
void |
clearState()
Initialize is called whenever there is a start monitoring call to CORBA
MBean.
|
void |
close() |
MonitoredObject |
getRootMonitoredObject()
Gets the Root Monitored Object which contains a Hierarchy Of Monitored
Objects exposing various Monitorable Attributes of Various modules.
|
public void clearState()
MonitoringManagerInitialize 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.
clearState in interface MonitoringManagerpublic MonitoredObject getRootMonitoredObject()
MonitoringManagerGets the Root Monitored Object which contains a Hierarchy Of Monitored Objects exposing various Monitorable Attributes of Various modules.
getRootMonitoredObject in interface MonitoringManagerpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2018 JBoss by Red Hat. All rights reserved.