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

Packages that use CIBManagedObjectIf
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 CIBManagedObjectIf in com.sun.mfwk.cib
 

Subinterfaces of CIBManagedObjectIf 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 CIBMonitoredObjectIf
          Provides methods that should be implemented by a CIBMonitoredObject 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 CIBManagedObjectIf
 class CIBApplication
          Default implementation of a CIB Application.
 class CIBExternalResource
          Default implementation of a CIB External Resource MBean.
 class CIBManagedObject
          Default implementation of a CIB Managed Object 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.