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

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

Subinterfaces of CIBObjectMBean 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 CIBManagedObjectMBean
          Provides methods that should be implemented by each managed object The CIBManagedObject is the base object model to support the dynamic logging management functions.
 interface CIBMonitoredObjectMBean
          Provides methods that should be implemented by each CIBMonitoredObject managed object to expose its management attributes
 interface CIBProductMBean
          Provides methods that should be implemented by a CIBProduct managed object.
 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 CIBObjectMBean
 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 CIBObject
          Default implementation of a CIB Object MBean.
 class CIBProduct
          Default implementation of a CIB product MBean
 class CIBResource
          Default implementation of a CIB Resource MBean.
 class CIBService
          Default implementation of a CIB Service MBean.