Class MonitoredObjectType


  • public class MonitoredObjectType
    extends Object
    MonitoredObjectType represents the type of a monitored object. Many of monitored objects have same properties, even while they monitor different user objects. For example - application and standalone ejb module are both nothing more than containers of other objects -- application contains web module and ejb modules, whereas standalone ejb module contains beans of various types. This object facilitates use of same GenericMonitorMBean as MBean for both of them, but still distinguishes them.
    Author:
    Originally authored by Abhijit Kumar, Copied from S1AS 7.0 source and modified by Shreedhar Ganapathy
    See Also:
    com.iplanet.ias.admin.monitor.GenericMonitorMBean