Uses of Interface
com.sun.corba.se.spi.monitoring.MonitoredObject
Packages that use MonitoredObject
-
Uses of MonitoredObject in com.sun.corba.se.impl.monitoring
Classes in com.sun.corba.se.impl.monitoring that implement MonitoredObjectMethods in com.sun.corba.se.impl.monitoring that return MonitoredObjectModifier and TypeMethodDescriptionMonitoredObjectFactoryImpl.createMonitoredObject(String name, String description) MonitoredObjectImpl.getParent()MonitoringManagerImpl.getRootMonitoredObject()Methods in com.sun.corba.se.impl.monitoring with parameters of type MonitoredObjectModifier and TypeMethodDescriptionvoidMonitoredObjectImpl.addChild(MonitoredObject m) voidMonitoredObjectImpl.setParent(MonitoredObject p) -
Uses of MonitoredObject in com.sun.corba.se.spi.monitoring
Methods in com.sun.corba.se.spi.monitoring that return MonitoredObjectModifier and TypeMethodDescriptionMonitoredObjectFactory.createMonitoredObject(String name, String description) A Simple Factory Method to create the Monitored Object.Gets the child MonitoredObject associated with this MonitoredObject instance using name as the key.MonitoredObject.getParent()There will be only one parent for an instance of MontoredObject, this call gets parent and returns null if the Monitored Object is the root.MonitoringManager.getRootMonitoredObject()Gets the Root Monitored Object which contains a Hierarchy Of Monitored Objects exposing various Monitorable Attributes of Various modules.Methods in com.sun.corba.se.spi.monitoring with parameters of type MonitoredObjectModifier and TypeMethodDescriptionvoidMonitoredObject.addChild(MonitoredObject m) This method will add a child Monitored Object to this Monitored Object.voidMonitoredObject.setParent(MonitoredObject m) Sets the parent for this Monitored Object.