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

Packages that use CIBMonitoredObjectIf
com.sun.mfwk.cib This package and its sub-packages specify interfaces that defined the Core information base (CIB) of Java-ES MF. 
 

Uses of CIBMonitoredObjectIf in com.sun.mfwk.cib
 

Subinterfaces of CIBMonitoredObjectIf in com.sun.mfwk.cib
 interface CIBApplicationIf
          Provides methods that should be implemented by a CIBApplication managed object
 interface CIBExternalResourceIf
          Provides methods that should be implemented by a CIBExternalService managed object
 interface CIBResourceIf
          Provides methods that should be implemented by a CIBResource managed object
 interface CIBServiceIf
          Provides methods that should be implemented by a CIBService managed object
 

Classes in com.sun.mfwk.cib that implement CIBMonitoredObjectIf
 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.