Uses of Interface
com.sun.mfwk.cib.CIBMonitoredObjectMBean

Packages that use CIBMonitoredObjectMBean
com.sun.mfwk.cib This package and its sub-packages specify interfaces that defined the Core information base (CIB) of Java-ES MF. 
com.sun.mfwk.cib.providers This package provides interfaces that should be implemented by each provider and provider handler.  
 

Uses of CIBMonitoredObjectMBean in com.sun.mfwk.cib
 

Subinterfaces of CIBMonitoredObjectMBean in com.sun.mfwk.cib
 interface CIBApplicationMBean
          Provides methods that should be implemented by a CIBApplication managed object to expose its management attributes.
 interface CIBExternalResourceMBean
          Provides methods that should be implemented by a CIBExternalService managed object to expose its management attributes.
 interface CIBResourceMBean
          Provides methods that should be implemented by a CIBResource The CIBResource is the base object model to represent a software resource.
 interface CIBServiceMBean
          Provides methods that should be implemented by a CIBService MBean The CIBService is the base object model to describe the Network Service Access Point(s) of an application.
 

Classes in com.sun.mfwk.cib that implement CIBMonitoredObjectMBean
 class CIBApplication
          Default implementation of a CIB Application.
 class CIBExternalResource
          Default implementation of a CIB External Resource MBean.
 class CIBMonitoredObject
          Default implementation of a CIB Monitored Object MBean.
 class CIBResource
          Default implementation of a CIB Resource MBean.
 class CIBService
          Default implementation of a CIB Service MBean.
 

Uses of CIBMonitoredObjectMBean in com.sun.mfwk.cib.providers
 

Methods in com.sun.mfwk.cib.providers with parameters of type CIBMonitoredObjectMBean
 void CIBProviderHandler.createProviders(CIBMonitoredObjectMBean monitoredObject)
          Creates the providers
 CIBPerfStats CIBProviderHandler.getPerfStats(CIBMonitoredObjectMBean monitoreObject, int statsType)
          Returns the CIBPerfStats object associated to a monitored object
 CIBOperationalStatusState CIBProviderHandler.getOperationalStatusState(CIBMonitoredObjectMBean monitoreObject, int stateType)
          Returns the CIBOperationalStatusState object associated to the monitored object
 CIBAvailabilityStatusState CIBProviderHandler.getAvailabilityStatusState(CIBMonitoredObjectMBean monitoreObject, int stateType)
          Returns the CIBAvailabilityStatusState object associated to the monitored object
 CIBConfiguration CIBProviderHandler.getConfiguration(CIBMonitoredObjectMBean monitoreObject, int configType)
          Returns the CIBConfiguration object of the associated monitored object