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.sdk.config This package provides default implementations of the CIB Configuration model. 
com.sun.mfwk.cib.sdk.conn This package provides default implementation for the CIB to Component product connection. 
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. 
com.sun.mfwk.cib.sdk.statistics This package provides default implementations for the stats and statistics model. 
com.sun.mfwk.cib.sdk.util This package provides Core information base utilities.  
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 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
 java.lang.String CIBExternalResourceConfiguration.getProviderUri()
          Get the provider Uri
 java.lang.String CIBServiceConfiguration.getUri()
          Returns the uri of the resource represented by monitored object CIBService
 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
 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.sdk.config
 

Methods in com.sun.mfwk.cib.sdk.config that throw CIBIOException
 java.lang.String CIBApplicationConfigurationImpl.getUrlDescription()
          Returns the url description of the application resource
 java.lang.String CIBApplicationConfigurationImpl.getRole()
          Returns the Role of application resource
 java.lang.String CIBApplicationConfigurationImpl.getDirectoryDN()
          Returns the direcotry DN of the application resource
 javax.management.Attribute CIBConfigurationImpl.getAttribute(java.lang.String name)
          Get the CP Attribute linked to the name
 void CIBConfigurationImpl.init()
          Initialize the statistics mechanism.
 void CIBConfigurationImpl.destroy()
          Destroy the statistics and clean the statistics objects/values when needed, close all the communications.
 java.lang.String CIBExternalResourceConfigurationImpl.getProviderUri()
          Returns the provider Uri of the external resource
 java.lang.String CIBServiceConfigurationImpl.getUri()
          Returns the uri of the service resource
 

Uses of CIBIOException in com.sun.mfwk.cib.sdk.conn
 

Methods in com.sun.mfwk.cib.sdk.conn that throw CIBIOException
 javax.management.Attribute CIBConnection.getAttribute(java.lang.String name)
          Get an Attribute using the connection
 void CIBConnection.invoke(java.lang.String method)
          Invoke a method
 

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

Methods in com.sun.mfwk.cib.sdk.providers that throw CIBIOException
 CIBPerfStats CIBProviderHandlerImpl.getPerfStats(CIBMonitoredObjectMBean monitoreObject, int statsType)
          getPerfStats
 

Constructors in com.sun.mfwk.cib.sdk.providers that throw CIBIOException
CIBProviderHandlerImpl(MfDiscoveryInfo config)
          Constructor
 

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

Methods in com.sun.mfwk.cib.sdk.states that throw CIBIOException
 void CIBAvailabilityStatusStateImpl.init()
          Initialize the communication mechanism.
 void CIBAvailabilityStatusStateImpl.destroy()
          destroy the states and clean the states objects/values when needed, close all the communications.
 void CIBAvailabilityStatusStateImpl.destroy()
          destroy the states and clean the states objects/values when needed, close all the communications.
 java.lang.String CIBOperationalStatusStateImpl.toStateString()
          getStateString
 void CIBOperationalStatusStateImpl.init()
          Initialize the statistics mechanism.
 void CIBOperationalStatusStateImpl.destroy()
          destroy the statistics and clean the statistics objects/values when needed, close all the communications.
 

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

Methods in com.sun.mfwk.cib.sdk.statistics that throw CIBIOException
 CIBValueStatistic CIBApplicationPerfStatsImpl.getAverageResidentTime()
          Get the Average ResidentTime
 CIBValueStatistic CIBApplicationPerfStatsImpl.getAverageServiceTime()
          Gets the Average ServiceTime
 CIBValueStatistic CIBApplicationPerfStatsImpl.getTotalFailedRequests()
          Get the Total FailedRequests of the Application
 CIBValueStatistic CIBApplicationPerfStatsImpl.getTotalInRequests()
          Gets the Total InRequests of the application
 CIBValueStatistic CIBApplicationPerfStatsImpl.getTotalOutRequests()
          Gets the Total OutRequests
 void CIBApplicationPerfStatsImpl.init()
          Initialize the statistics mechanism.
 void CIBApplicationPerfStatsImpl.destroy()
          destroy the statistics and clean the statistics objects/values when needed, close all the communications.
 CIBValueStatistic CIBExternalResourcePerfStatsImpl.getAccumulatedOutboundAssociations()
          Returns a Statistic representing the total number of associations to the application entity since application initialization, where it was the initiator.
 CIBValueStatistic CIBExternalResourcePerfStatsImpl.getFailedOutboundAssociations()
          Returns a Statistic representing the total number associations where the application entity is initiator and association establishment has failed, since application initialization.
 CIBValueStatistic CIBExternalResourcePerfStatsImpl.getOutboundAssociations()
          Return a Statistic representing the number of current associations to the network service application, where it is the initiator.
 CIBValueStatistic CIBExternalResourcePerfStatsImpl.getLastOutboundActivity()
          Returns a Statistic representing the value of sysUpTime at the time this application last had an outbound association.
 CIBTimeStatistic CIBExternalResourcePerfStatsImpl.getQueriesTime()
          Returns a Statistic object representing the time for queries
 CIBValueStatistic CIBExternalResourcePerfStatsImpl.getFailedQueries()
          Returns a Statistic object containing the number of failed queries
 void CIBExternalResourcePerfStatsImpl.init()
          Initialize the statistics mechanism.
 void CIBExternalResourcePerfStatsImpl.destroy()
          destroy the statistics and clean the statistics objects/values when needed, close all the communications.
 void CIBExternalResourcePerfStatsImpl.start()
          Start the monitoring
 void CIBExternalResourcePerfStatsImpl.stop()
          Stop the statistics collections and clean the statistics objects/values when needed, close all the communications.
 void CIBPerfStatsImpl.init()
          Initialize and reset the statistic objects of the stats
 void CIBPerfStatsImpl.destroy()
          Reset the statictics object of the stats
 CIBTimeStatistic CIBResourcePerfStatsImpl.getOperationTime()
          Return statistic object containing values regarding the Operation Time
 CIBValueStatistic CIBResourcePerfStatsImpl.getFailedOperations()
          Return a statistic object containing the number of failed operations
 void CIBResourcePerfStatsImpl.init()
          Initialize the statistics mechanism.
 void CIBResourcePerfStatsImpl.destroy()
          destroy the statistics and clean the statistics objects/values when needed, close all the communications.
 void CIBResourcePerfStatsImpl.start()
          Start the statistics collections and clean the statistics objects/values when needed, close all the communications.
 void CIBResourcePerfStatsImpl.stop()
          Stop the statistics collections and clean the statistics objects/values when needed, close all the communications.
 CIBTimeStatistic CIBServicePerfStatsImpl.getResidentTime()
          Returns a CIBTimeStatistic object representing the Resident time.
 CIBTimeStatistic CIBServicePerfStatsImpl.getServiceTime()
          Returns a CIBTimeStatistic object representing the Service Time
 CIBCountStatistic CIBServicePerfStatsImpl.getFailedRequests()
          Returns a CIBValueStatistic representing the number of failed requests
 CIBRangeStatistic CIBServicePerfStatsImpl.getOutstandingRequests()
          Returns a CIBRangeStatistic representing the Outstanding Requests statistics The current value is (NbInRequests-(NbOutRequests+NbFailedRequests+NbAbortedRequests)) The processing does not take into account the number of Abort requests
 CIBCountStatistic CIBServicePerfStatsImpl.getInRequests()
          Returns a CIBCountStatistic representing the number of In Requests
 CIBCountStatistic CIBServicePerfStatsImpl.getOutRequests()
          Returns a CIBCountStatistic representing the number of Out Requests
 CIBCountStatistic CIBServicePerfStatsImpl.getAbortedRequests()
          Returns a CIBCountStatistic representing the number of Aborted Requests
 void CIBServicePerfStatsImpl.init()
          Initializes the statistics mechanism.
 void CIBServicePerfStatsImpl.destroy()
          Destroy the statistics and clean the statistics objects/values when needed, close all the communications.
 void CIBServicePerfStatsImpl.start()
          Start the statistics collections and clean the statistics objects/values when needed, close all the communications.
 void CIBServicePerfStatsImpl.stop()
          Stop the statistics collections and clean the statistics objects/values when needed, close all the communications.
 

Uses of CIBIOException in com.sun.mfwk.cib.sdk.util
 

Methods in com.sun.mfwk.cib.sdk.util that throw CIBIOException
 void CIBMBeansFactory.createCIBProviderHandler(MfDiscoveryInfo config)
          Create the CIBProviderHandler This implementation uses the default CIBProviderHandler but if the module has its own providerHandler then you should override this method.
 

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

Methods in com.sun.mfwk.cib.states that throw CIBIOException
 long CIBAvailabilityStatusState.getDegradedTime()
          Returns the time the managed object has entered a degraded operational status state (i.e.
 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 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
 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
 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
 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 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