|
|||||||||||
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.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 |
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 |
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 |
Uses of CIBAttributeNotFoundException in com.sun.mfwk.cib.states |
Methods in com.sun.mfwk.cib.states that throw CIBAttributeNotFoundException | |
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 | |
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 |