| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CIBAttributeNotFoundException | |
| com.sun.mfwk.cib | This package and its sub-packages specify interfaces that defined the Core information base (CIB) of Java-ES MF. | 
| 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.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 CIBAttributeNotFoundException in com.sun.mfwk.cib | 
| Methods in com.sun.mfwk.cib that throw CIBAttributeNotFoundException | |
|  javax.management.openmbean.CompositeData | CIBApplication.getOpenStatistic(java.lang.String name)Gets a CIB Statistic as a standard serializable JMX Open Type | 
| abstract  javax.management.openmbean.CompositeData | CIBMonitoredObject.getOpenStatistic(java.lang.String name)Gets a CIB Statistic as a standard serializable JMX Open Type | 
|  javax.management.openmbean.CompositeData | CIBMonitoredObjectMBean.getOpenStatistic(java.lang.String name)Gets a CIB Statistic as a standard serializable JMX Open Type | 
|  int | CIBMonitoredObjectMBean.getOperationalStatusState()Get the Operational MfStatus of the monitored object | 
|  long | CIBMonitoredObjectMBean.getOperationalStatusLastChange()Get the time when the operational status last changed | 
|  long | CIBMonitoredObjectMBean.getOperationalStatusStartTime()Get the time when the Operational status entered into the running state | 
|  int | CIBMonitoredObjectMBean.getAvailabilityStatusState()Get the Availability State of the Monitored object | 
|  long | CIBMonitoredObjectMBean.getAvailabilityStatusLastChange()Get the time when the availability status last changed | 
|  long | CIBMonitoredObjectMBean.getAvailabilityStatusDegradedTime()Returns the time the first time the object entered into the degraded state | 
|  javax.management.openmbean.CompositeData | CIBResource.getOpenStatistic(java.lang.String name)Gets a CIB Statistic as a standard serializable JMX Open Type | 
|  javax.management.openmbean.CompositeData | CIBService.getOpenStatistic(java.lang.String name)Gets a CIB Statistic as a standard serializable JMX Open Type | 
|  javax.management.openmbean.CompositeData | CIBApplication.getOpenStatistic(java.lang.String name)Gets a CIB Statistic as a standard serializable JMX Open Type | 
|  javax.management.openmbean.CompositeData | CIBResource.getOpenStatistic(java.lang.String name)Gets a CIB Statistic as a standard serializable JMX Open Type | 
| abstract  javax.management.openmbean.CompositeData | CIBMonitoredObject.getOpenStatistic(java.lang.String name)Gets a CIB Statistic as a standard serializable JMX Open Type | 
|  javax.management.openmbean.CompositeData | CIBService.getOpenStatistic(java.lang.String name)Gets a CIB Statistic as a standard serializable JMX Open Type | 
|  javax.management.openmbean.CompositeData | CIBMonitoredObjectMBean.getOpenStatistic(java.lang.String name)Gets a CIB Statistic as a standard serializable JMX Open Type | 
|  int | CIBMonitoredObjectMBean.getOperationalStatusState()Get the Operational MfStatus of the monitored object | 
|  long | CIBMonitoredObjectMBean.getOperationalStatusLastChange()Get the time when the operational status last changed | 
|  long | CIBMonitoredObjectMBean.getOperationalStatusStartTime()Get the time when the Operational status entered into the running state | 
|  int | CIBMonitoredObjectMBean.getAvailabilityStatusState()Get the Availability State of the Monitored object | 
|  long | CIBMonitoredObjectMBean.getAvailabilityStatusLastChange()Get the time when the availability status last changed | 
|  long | CIBMonitoredObjectMBean.getAvailabilityStatusDegradedTime()Returns the time the first time the object entered into the degraded state | 
| Uses of CIBAttributeNotFoundException in com.sun.mfwk.cib.config | 
| Methods in com.sun.mfwk.cib.config that throw CIBAttributeNotFoundException | |
|  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 CIBAttributeNotFoundException in com.sun.mfwk.cib.providers | 
| Methods in com.sun.mfwk.cib.providers that throw CIBAttributeNotFoundException | |
|  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 | 
|  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 CIBAttributeNotFoundException in com.sun.mfwk.cib.sdk.config | 
| Methods in com.sun.mfwk.cib.sdk.config that throw CIBAttributeNotFoundException | |
|  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 | 
|  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 CIBAttributeNotFoundException in com.sun.mfwk.cib.sdk.conn | 
| Methods in com.sun.mfwk.cib.sdk.conn that throw CIBAttributeNotFoundException | |
|  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 CIBAttributeNotFoundException in com.sun.mfwk.cib.sdk.providers | 
| Methods in com.sun.mfwk.cib.sdk.providers that throw CIBAttributeNotFoundException | |
|  CIBPerfStats | CIBProviderHandlerImpl.getPerfStats(CIBMonitoredObjectMBean monitoreObject,
             int statsType)getPerfStats | 
| Uses of CIBAttributeNotFoundException in com.sun.mfwk.cib.sdk.states | 
| Methods in com.sun.mfwk.cib.sdk.states that throw CIBAttributeNotFoundException | |
|  java.lang.String | CIBOperationalStatusStateImpl.toStateString()getStateString | 
| Uses of CIBAttributeNotFoundException in com.sun.mfwk.cib.sdk.statistics | 
| Methods in com.sun.mfwk.cib.sdk.statistics that throw CIBAttributeNotFoundException | |
|  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 | 
|  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 | 
|  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.start()Start 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 | 
| Uses of CIBAttributeNotFoundException in com.sun.mfwk.cib.states | 
| Methods in com.sun.mfwk.cib.states that throw CIBAttributeNotFoundException | |
|  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 CIBAttributeNotFoundException in com.sun.mfwk.cib.statistics | 
| Methods in com.sun.mfwk.cib.statistics that throw CIBAttributeNotFoundException | |
|  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 | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||