Uses of Interface
com.sun.mfwk.cib.states.CIBOperationalStatusState

Packages that use CIBOperationalStatusState
com.sun.mfwk.cib.providers This package provides interfaces that should be implemented by each provider and provider handler.  
com.sun.mfwk.cib.sdk.providers This package provides default implementations of the CIB providers model. 
com.sun.mfwk.cib.sdk.states This package provides default implementation of the CIB states model. 
 

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

Methods in com.sun.mfwk.cib.providers that return CIBOperationalStatusState
 CIBOperationalStatusState CIBProviderHandler.getOperationalStatusState(CIBMonitoredObjectMBean monitoreObject, int stateType)
          Returns the CIBOperationalStatusState object associated to the monitored object
 CIBOperationalStatusState CIBProviderHandler.getOperationalStatusState(CIBMonitoredObjectMBean monitoreObject, int stateType)
          Returns the CIBOperationalStatusState object associated to the monitored object
 

Uses of CIBOperationalStatusState in com.sun.mfwk.cib.sdk.providers
 

Methods in com.sun.mfwk.cib.sdk.providers that return CIBOperationalStatusState
 CIBOperationalStatusState CIBProviderHandlerImpl.getOperationalStatusState(CIBMonitoredObjectMBean monitoreObject, int stateType)
          getOperationalStatusState
 

Uses of CIBOperationalStatusState in com.sun.mfwk.cib.sdk.states
 

Classes in com.sun.mfwk.cib.sdk.states that implement CIBOperationalStatusState
 class CIBApplicationOperationalStatusImpl
          Provides default implementation of an operational status State provider for a CIBApplication.
 class CIBExternalResourceOperationalStatusImpl
          Provides default implementation of an operational status State provider for a CIBExternalResource.
 class CIBOperationalStatusStateImpl
          Provides a default implementation for a CIBOperationalStatusState object.
 class CIBResourceOperationalStatusImpl
          Provides default implementation of an operational status State provider for a CIBResource.
 class CIBServiceOperationalStatusImpl
          Provides default implementation of an operational status State provider for a CIBService.