|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CIBException | |
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.providers | This package provides interfaces that should be implemented by each provider and provider handler. |
Uses of CIBException in com.sun.mfwk.cib |
Subclasses of CIBException in com.sun.mfwk.cib | |
class |
CIBAttributeNotFoundException
Throws when a attribute is not found by the provider |
class |
CIBIOException
Throws when a communication problem occurs |
class |
CIBProviderHandlerNotFoundException
Throws when the prvoder handler is not found |
class |
CIBProviderNotFoundException
Throws when a provider is not found |
Methods in com.sun.mfwk.cib that throw CIBException | |
javax.management.ObjectName |
CIBApplicationMBean.getServiceByUri(java.lang.String uri)
Returns the object name of the Service identified by its Uri |
javax.management.ObjectName |
CIBApplicationMBean.getServiceByName(java.lang.String name)
Returns the Object Name of the service identified by its name |
javax.management.ObjectName |
CIBApplicationMBean.getResourceByName(java.lang.String name)
Returns the Object Name of a resource identified by its uri |
javax.management.ObjectName |
CIBApplicationMBean.getExternalResourceByUri(java.lang.String uri)
Returns the object name of a ExternalResource associated to the application identifies by its Uri |
void |
CIBApplicationIf.removeCIBApplication(javax.management.ObjectName objectName)
Allows to remove a CIBApplication object name from the list of ContainedApplications |
void |
CIBApplicationIf.removeCIBService(javax.management.ObjectName objectName)
Allows to remove a CIBService objectName from the list DeployedServices |
void |
CIBApplicationIf.removeCIBResource(javax.management.ObjectName objectName)
Allows to remove a CIBResource object name from the list of ConsumedResources |
void |
CIBApplicationIf.removeCIBExternalResource(javax.management.ObjectName objectName)
Allows to remove an an CIBExternalService from the list of ConsumedServices |
void |
CIBApplication.setStateProvider(boolean val)
Set the stateProvider to val |
void |
CIBApplication.setStatisticProvider(boolean val)
Set the statisticProvider to val |
void |
CIBApplication.removeCIBApplication(javax.management.ObjectName objectName)
Allows to remove a CIBApplication object name from the list of ContainedApplications |
void |
CIBApplication.removeCIBService(javax.management.ObjectName objectName)
Allows to remove a service object name from the list associated to the application |
void |
CIBApplication.removeCIBExternalResource(javax.management.ObjectName objectName)
Allows to remove an an CIBExternalResource from the list of Object Names Associated to the CIBApplication |
javax.management.ObjectName |
CIBApplication.getServiceByUri(java.lang.String uri)
Returns the object name of the Service identified by its Uri |
javax.management.ObjectName |
CIBApplication.getServiceByName(java.lang.String name)
Returns the Object Name of the service identified by its name |
javax.management.ObjectName |
CIBApplication.getResourceByName(java.lang.String name)
Returns the Object Name of a resource identified by its uri |
javax.management.ObjectName |
CIBApplication.getExternalResourceByUri(java.lang.String uri)
Returns the object name of a ExternalResource associated to the application identifies by its Uri |
void |
CIBApplication.removeCIBResource(javax.management.ObjectName objectName)
removeCIBResource |
javax.management.j2ee.statistics.Stats |
CIBApplication.getStats()
Returns the Stats object provided by the CIBProviderHandler Gets a CIBStats object for all available statistics. |
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[] |
CIBApplication.getOpenStatistics(java.lang.String[] names)
Gets all CIBStatistics encoded as serializable JMX Open Types. |
javax.management.openmbean.CompositeData |
CIBApplication.getOpenStats()
Gets a CIBStats object encoded as a standard serializable JMX Open Type |
java.lang.String[] |
CIBApplication.getStatisticNames()
Gets all available statistic names |
int |
CIBApplication.getOperationalStatusState()
Get the Operational MfStatus of the monitored object |
long |
CIBApplication.getOperationalStatusLastChange()
Get the time when the operational status last changed |
long |
CIBApplication.getOperationalStatusStartTime()
Get the time when the Operational status entered into the running state |
int |
CIBApplication.getAvailabilityStatusState()
Get the Availability State of the Monitored object |
long |
CIBApplication.getAvailabilityStatusLastChange()
Get the time when the availability status last changed |
long |
CIBApplication.getAvailabilityStatusDegradedTime()
Returns the time the first time the object entered into the degraded state |
javax.management.j2ee.statistics.Stats |
CIBExternalResource.getStats()
Returns the Stats object provided by the CIBProviderHandler Gets a CIBStats object for all available statistics. |
javax.management.openmbean.CompositeData |
CIBExternalResource.getOpenStatistic(java.lang.String name)
Gets a CIB Statistic as a standard serializable JMX Open Type |
javax.management.openmbean.CompositeData[] |
CIBExternalResource.getOpenStatistics(java.lang.String[] names)
Gets all CIBStatistics encoded as serializable JMX Open Types. |
javax.management.openmbean.CompositeData |
CIBExternalResource.getOpenStats()
Gets a CIBStats object encoded as a standard serializable JMX Open Type |
java.lang.String[] |
CIBExternalResource.getStatisticNames()
Gets all available statistic names |
int |
CIBExternalResource.getOperationalStatusState()
Get the Operational MfStatus of the monitored object |
long |
CIBExternalResource.getOperationalStatusLastChange()
Get the time when the operational status last changed |
long |
CIBExternalResource.getOperationalStatusStartTime()
Get the time when the Operational status entered into the running state |
int |
CIBExternalResource.getAvailabilityStatusState()
Get the Availability State of the Monitored object |
long |
CIBExternalResource.getAvailabilityStatusLastChange()
Get the time when the availability status last changed |
long |
CIBExternalResource.getAvailabilityStatusDegradedTime()
Returns the time the first time the object entered into the degraded state |
javax.management.j2ee.statistics.Stats |
CIBResource.getStats()
Returns the Stats object provided by the CIBProviderHandler Gets a CIBStats object for all available statistics. |
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[] |
CIBResource.getOpenStatistics(java.lang.String[] names)
Gets all CIBStatistics encoded as serializable JMX Open Types. |
javax.management.openmbean.CompositeData |
CIBResource.getOpenStats()
Gets a CIBStats object encoded as a standard serializable JMX Open Type |
java.lang.String[] |
CIBResource.getStatisticNames()
Gets all available statistic names |
int |
CIBResource.getOperationalStatusState()
Get the Operational MfStatus of the monitored object |
long |
CIBResource.getOperationalStatusLastChange()
Get the time when the operational status last changed |
long |
CIBResource.getOperationalStatusStartTime()
Get the time when the Operational status entered into the running state |
int |
CIBResource.getAvailabilityStatusState()
Get the Availability State of the Monitored object |
long |
CIBResource.getAvailabilityStatusLastChange()
Get the time when the availability status last changed |
long |
CIBResource.getAvailabilityStatusDegradedTime()
Returns the time the first time the object entered into the degraded state |
void |
CIBResourceIf.setCIBApplication(javax.management.ObjectName objectName)
Allows to set the CIBApplication object name |
void |
CIBResourceIf.setCIBService(javax.management.ObjectName objectName)
Allows to set the CIBService object name |
void |
CIBMonitoredObject.setStateProvider(boolean val)
enables/disables the generation of performance statistics data in the supplier application. |
void |
CIBMonitoredObject.setStatisticProvider(boolean val)
enables/disables the generation of performance statistics data in the supplier application. |
abstract javax.management.openmbean.CompositeData |
CIBMonitoredObject.getOpenStatistic(java.lang.String name)
Gets a CIB Statistic as a standard serializable JMX Open Type |
abstract javax.management.openmbean.CompositeData[] |
CIBMonitoredObject.getOpenStatistics(java.lang.String[] names)
Gets all CIBStatistics encoded as serializable JMX Open Types. |
abstract javax.management.openmbean.CompositeData |
CIBMonitoredObject.getOpenStats()
Gets a CIBStats object encoded as a standard serializable JMX Open Type |
abstract java.lang.String[] |
CIBMonitoredObject.getStatisticNames()
Gets all available statistic names |
abstract javax.management.j2ee.statistics.Stats |
CIBMonitoredObject.getStats()
Gets a CIBStats object for all available statistics. |
void |
CIBProduct.removeApplication(javax.management.ObjectName applObjectName)
remove an application object name from the CIBProduct |
void |
CIBProductIf.removeApplication(javax.management.ObjectName applObjectName)
remove an application object name from the CIBProduct |
void |
CIBServiceIf.removeCIBResource(javax.management.ObjectName objectName)
Allows to remove a CIBResource object name from the list associated to the service |
void |
CIBServiceIf.removeCIBExternalResource(javax.management.ObjectName objectName)
Allows to remove an an CIBExternalService from the list of ConsumedServices |
javax.management.ObjectName |
CIBServiceMBean.getExternalResourceByUri(java.lang.String uri)
Returns the object name of a ExternalResource associated to the service identifies by its Uri |
void |
CIBService.setStateProvider(boolean val)
|
void |
CIBService.setStatisticProvider(boolean val)
|
void |
CIBService.removeCIBResource(javax.management.ObjectName objectName)
removeCIBResource |
void |
CIBService.removeCIBExternalResource(javax.management.ObjectName objectName)
removeCIBExternalResource |
javax.management.ObjectName |
CIBService.getExternalResourceByUri(java.lang.String uri)
getExternalResourceByUri |
javax.management.j2ee.statistics.Stats |
CIBService.getStats()
Returns the Stats object provided by the CIBProviderHandler Gets a CIBStats object for all available statistics. |
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[] |
CIBService.getOpenStatistics(java.lang.String[] names)
Gets all CIBStatistics encoded as serializable JMX Open Types. |
javax.management.openmbean.CompositeData |
CIBService.getOpenStats()
Gets a CIBStats object encoded as a standard serializable JMX Open Type |
java.lang.String[] |
CIBService.getStatisticNames()
Gets all available statistic names |
int |
CIBService.getOperationalStatusState()
Get the Operational MfStatus of the monitored object |
long |
CIBService.getOperationalStatusLastChange()
Get the time when the operational status last changed |
long |
CIBService.getOperationalStatusStartTime()
Get the time when the Operational status entered into the running state |
int |
CIBService.getAvailabilityStatusState()
Get the Availability State of the Monitored object |
long |
CIBService.getAvailabilityStatusLastChange()
Get the time when the availability status last changed |
long |
CIBService.getAvailabilityStatusDegradedTime()
Returns the time the first time the object entered into the degraded state |
void |
CIBMonitoredObjectMBean.setStateProvider(boolean val)
enables/disable the generation of performance statistics data in the supplier application. |
void |
CIBMonitoredObjectMBean.setStatisticProvider(boolean val)
disables the generation of performance statistics data in the supplier application. |
javax.management.openmbean.CompositeData |
CIBMonitoredObjectMBean.getOpenStatistic(java.lang.String name)
Gets a CIB Statistic as a standard serializable JMX Open Type |
javax.management.openmbean.CompositeData |
CIBMonitoredObjectMBean.getOpenStats()
Gets a CIBStats object encoded as a standard serializable JMX Open Type |
java.lang.String[] |
CIBMonitoredObjectMBean.getStatisticNames()
Gets all available statistic names |
javax.management.j2ee.statistics.Stats |
CIBMonitoredObjectMBean.getStats()
Gets a CIBStats object for all available statistics. |
javax.management.openmbean.CompositeData[] |
CIBMonitoredObjectMBean.getOpenStatistics(java.lang.String[] names)
Gets all CIBStatistics encoded as serializable JMX Open Types. |
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 CIBException in com.sun.mfwk.cib.providers |
Methods in com.sun.mfwk.cib.providers that throw CIBException | |
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. |
void |
CIBProviderHandler.createProviders(CIBMonitoredObjectMBean monitoredObject)
Creates the providers |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |