|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mfwk.cib.CIBObject
com.sun.mfwk.cib.CIBManagedObject
com.sun.mfwk.cib.CIBMonitoredObject
Default implementation of a CIB Monitored Object MBean.
Field Summary |
Fields inherited from interface com.sun.mfwk.cib.CIBObjectMBean |
ModelVersion |
Constructor Summary | |
CIBMonitoredObject()
|
Method Summary | |
CIBProviderHandler |
getCIBProviderHandler()
Returns the CIBProviderHandler |
abstract javax.management.openmbean.CompositeData |
getOpenStatistic(java.lang.String name)
Gets a CIB Statistic as a standard serializable JMX Open Type |
abstract javax.management.openmbean.CompositeData[] |
getOpenStatistics(java.lang.String[] names)
Gets all CIBStatistics encoded as serializable JMX Open Types. |
abstract javax.management.openmbean.CompositeData |
getOpenStats()
Gets a CIBStats object encoded as a standard serializable JMX Open Type |
abstract java.lang.String[] |
getStatisticNames()
Gets all available statistic names |
abstract javax.management.j2ee.statistics.Stats |
getStats()
Gets a CIBStats object for all available statistics. |
boolean |
isStateProvider()
Returns true, indicates that this managed object implements the State model and is state manageable as described in "StateManagement" chapter of this specification. |
boolean |
isStatisticProvider()
Returns true, indicates that the managed object supports the generation of performance statistics and implements the StatisticsProvider model as described in the "StatisticsProvider" chapter of this specification. |
void |
setCIBProviderHandler(CIBProviderHandler providerHandler)
Set the Provider handler for the CIB Object |
void |
setStateProvider(boolean val)
enables/disables the generation of performance statistics data in the supplier application. |
void |
setStatisticProvider(boolean val)
enables/disables the generation of performance statistics data in the supplier application. |
Methods inherited from class com.sun.mfwk.cib.CIBManagedObject |
addNotificationListener, getDescription, getJ2eeSibling, getNotificationInfo, isEventProvider, removeNotificationListener, removeNotificationListener, setDescription, setEventProvider, setJ2eeSibling |
Methods inherited from class com.sun.mfwk.cib.CIBObject |
getModelVersion, getName, getType, postDeregister, postRegister, preDeregister, preRegister |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.mfwk.cib.CIBMonitoredObjectMBean |
getAvailabilityStatusDegradedTime, getAvailabilityStatusLastChange, getAvailabilityStatusState, getOperationalStatusLastChange, getOperationalStatusStartTime, getOperationalStatusState |
Methods inherited from interface com.sun.mfwk.cib.CIBManagedObjectMBean |
getDescription, isEventProvider, setEventProvider |
Methods inherited from interface com.sun.mfwk.cib.CIBObjectMBean |
getModelVersion, getName, getType |
Methods inherited from interface com.sun.mfwk.cib.CIBManagedObjectIf |
setDescription |
Constructor Detail |
public CIBMonitoredObject()
Method Detail |
public boolean isStateProvider()
isStateProvider
in interface CIBMonitoredObjectMBean
public boolean isStatisticProvider()
isStatisticProvider
in interface CIBMonitoredObjectMBean
public void setStateProvider(boolean val) throws CIBException
setStateProvider
in interface CIBMonitoredObjectMBean
val
- boolean
CIBException
public void setStatisticProvider(boolean val) throws CIBException
setStatisticProvider
in interface CIBMonitoredObjectMBean
val
- boolean
CIBException
public CIBProviderHandler getCIBProviderHandler() throws CIBProviderHandlerNotFoundException
getCIBProviderHandler
in interface CIBMonitoredObjectIf
CIBProviderHandlerNotFoundException
public void setCIBProviderHandler(CIBProviderHandler providerHandler)
setCIBProviderHandler
in interface CIBMonitoredObjectIf
providerHandler
- CIBProviderHanlderpublic abstract javax.management.openmbean.CompositeData getOpenStatistic(java.lang.String name) throws CIBAttributeNotFoundException, CIBException
getOpenStatistic
in interface CIBMonitoredObjectMBean
name
- String
CIBException
CIBAttributeNotFoundException
public abstract javax.management.openmbean.CompositeData[] getOpenStatistics(java.lang.String[] names) throws CIBException
getOpenStatistics
in interface CIBMonitoredObjectMBean
names
- String[]
CIBException
public abstract javax.management.openmbean.CompositeData getOpenStats() throws CIBException
getOpenStats
in interface CIBMonitoredObjectMBean
CIBException
public abstract java.lang.String[] getStatisticNames() throws CIBException
getStatisticNames
in interface CIBMonitoredObjectMBean
CIBException
public abstract javax.management.j2ee.statistics.Stats getStats() throws CIBException
getStats
in interface CIBMonitoredObjectMBean
CIBException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |