Uses of Class
com.sun.mfwk.cib.CIBIOException

Packages that use CIBIOException
com.sun.mfwk.cib.config This package provides interfaces that should be implemented by each configuration provider.  
com.sun.mfwk.cib.providers This package provides interfaces that should be implemented by each provider and provider handler.  
com.sun.mfwk.cib.states This package provides interfaces that should be implemented by each CIB State provider.  
com.sun.mfwk.cib.statistics This package provides interfaces that should be implemented by each component providing statistics and set of statistics for monitored objects.  
 

Uses of CIBIOException in com.sun.mfwk.cib.config
 

Methods in com.sun.mfwk.cib.config that throw CIBIOException
 java.lang.String CIBServiceConfiguration.getUri()
          Returns the uri of the resource represented by monitored object CIBService
 java.lang.String CIBExternalResourceConfiguration.getProviderUri()
          Get the provider Uri
 java.lang.String CIBApplicationConfiguration.getUrlDescription()
          Get the Url Description document
 java.lang.String CIBApplicationConfiguration.getRole()
          Get the role of the application
 java.lang.String CIBApplicationConfiguration.getDirectoryDN()
          Get the directory Distinguish Name
 

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

Methods in com.sun.mfwk.cib.providers that throw CIBIOException
 void CIBProvider.init()
          Initialize the provider mechanism.
 void CIBProvider.destroy()
          Destroy the each created objects and clean the objects/values when needed, close all the communications.
 CIBPerfStats CIBProviderHandler.getPerfStats(CIBMonitoredObjectMBean monitoreObject, int statsType)
          Returns the CIBPerfStats object associated to a monitored object
 CIBOperationalStatusState CIBProviderHandler.getOperationalStatusState(CIBMonitoredObjectMBean monitoreObject, int stateType)
          Returns the CIBOperationalStatusState object associated to the monitored object
 CIBAvailabilityStatusState CIBProviderHandler.getAvailabilityStatusState(CIBMonitoredObjectMBean monitoreObject, int stateType)
          Returns the CIBAvailabilityStatusState object associated to the monitored object
 CIBConfiguration CIBProviderHandler.getConfiguration(CIBMonitoredObjectMBean monitoreObject, int configType)
          Returns the CIBConfiguration object of the associated monitored object
 

Uses of CIBIOException in com.sun.mfwk.cib.states
 

Methods in com.sun.mfwk.cib.states that throw CIBIOException
 long CIBOperationalStatusState.getStartTime()
          Returns the time the managed object was started.
 long CIBState.getLastChange()
          Returns the time the last change of the state occurred
 int CIBState.getState()
          Returns the state
 java.lang.String CIBState.toStateString()
          Returns the state into a String format
 long CIBAvailabilityStatusState.getDegradedTime()
          Returns the time the managed object has entered a degraded operational status state (i.e.
 

Uses of CIBIOException in com.sun.mfwk.cib.statistics
 

Methods in com.sun.mfwk.cib.statistics that throw CIBIOException
 CIBTimeStatistic CIBServicePerfStats.getResidentTime()
          Returns a CIBTimeStatistic with the Resident Time data.
 CIBTimeStatistic CIBServicePerfStats.getServiceTime()
          Returns a CIBTimeStatistic representing the Service Time data.
 CIBCountStatistic CIBServicePerfStats.getFailedRequests()
          Returns a CIBValueStatistic representing the number of failed requests (requests with a failed status).
 CIBRangeStatistic CIBServicePerfStats.getOutstandingRequests()
          Returns a CIBRangeStatistic representing the OutstandingRequests statistics.
 CIBCountStatistic CIBServicePerfStats.getInRequests()
          Returns a CIBCountStatistic representing the number of requests arrived at the Component Product.
 CIBCountStatistic CIBServicePerfStats.getOutRequests()
          Returns a CIBCountStatistic representing the number of requests completed by the Component Product.
 CIBTimeStatistic CIBResourcePerfStats.getOperationTime()
          Return statistic object containing values regarding the Operation Time
 CIBValueStatistic CIBResourcePerfStats.getFailedOperations()
          Return a statistic object containing the number of failed operations
 CIBValueStatistic CIBExternalResourcePerfStats.getAccumulatedOutboundAssociations()
          Returns a Statistic representing the total number of associations to the application entity since application initialization, where it was the initiator.
 CIBValueStatistic CIBExternalResourcePerfStats.getFailedOutboundAssociations()
          Returns a Statistic representing the total number associations where the application entity is initiator and association establishment has failed, since application initialization.
 CIBValueStatistic CIBExternalResourcePerfStats.getOutboundAssociations()
          Return a Statistic representing the number of current associations to the network service application, where it is the initiator.
 CIBValueStatistic CIBExternalResourcePerfStats.getLastOutboundActivity()
          Returns a Statistic representing the value of sysUpTime at the time this application last had an outbound association.
 CIBTimeStatistic CIBExternalResourcePerfStats.getQueriesTime()
          Returns a Statistic object representing the time for queries
 CIBValueStatistic CIBExternalResourcePerfStats.getFailedQueries()
          Returns a Statistic object containing the number of failed queries