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

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

Subinterfaces of CIBManagedObjectMBean 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 CIBMonitoredObjectMBean
          Provides methods that should be implemented by each CIBMonitoredObject 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 CIBManagedObjectMBean
 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.