|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides methods that should be implemented by each CIBMonitoredObject managed object to expose its management attributes
Field Summary |
Fields inherited from interface com.sun.mfwk.cib.CIBObjectMBean |
ModelVersion |
Method Summary | |
long |
getAvailabilityStatusDegradedTime()
Returns the time the first time the object entered into the degraded state |
long |
getAvailabilityStatusLastChange()
Get the time when the availability status last changed |
int |
getAvailabilityStatusState()
Get the Availability State of the Monitored object |
javax.management.openmbean.CompositeData |
getOpenStatistic(java.lang.String name)
Gets a CIB Statistic as a standard serializable JMX Open Type |
javax.management.openmbean.CompositeData[] |
getOpenStatistics(java.lang.String[] names)
Gets all CIBStatistics encoded as serializable JMX Open Types. |
javax.management.openmbean.CompositeData |
getOpenStats()
Gets a CIBStats object encoded as a standard serializable JMX Open Type |
long |
getOperationalStatusLastChange()
Get the time when the operational status last changed |
long |
getOperationalStatusStartTime()
Get the time when the Operational status entered into the running state |
int |
getOperationalStatusState()
Get the Operational MfStatus of the monitored object |
java.lang.String[] |
getStatisticNames()
Gets all available statistic names |
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 |
setStateProvider(boolean val)
enables/disable the generation of performance statistics data in the supplier application. |
void |
setStatisticProvider(boolean val)
disables the generation of performance statistics data in the supplier application. |
Methods inherited from interface com.sun.mfwk.cib.CIBManagedObjectMBean |
getDescription, isEventProvider, setEventProvider |
Methods inherited from interface com.sun.mfwk.cib.CIBObjectMBean |
getModelVersion, getName, getType |
Method Detail |
public boolean isStateProvider()
public boolean isStatisticProvider()
public void setStateProvider(boolean val) throws CIBException
CIBException
public void setStatisticProvider(boolean val) throws CIBException
val
- boolean
CIBException
public javax.management.openmbean.CompositeData getOpenStatistic(java.lang.String name) throws CIBAttributeNotFoundException, CIBException
name
- String
CIBAttributeNotFoundException
CIBException
public javax.management.openmbean.CompositeData getOpenStats() throws CIBException
CIBException
public java.lang.String[] getStatisticNames() throws CIBException
CIBException
public javax.management.j2ee.statistics.Stats getStats() throws CIBException
CIBException
public javax.management.openmbean.CompositeData[] getOpenStatistics(java.lang.String[] names) throws CIBException
names
- String[]
CIBException
public int getOperationalStatusState() throws CIBException, CIBAttributeNotFoundException
CIBException
CIBAttributeNotFoundException
public long getOperationalStatusLastChange() throws CIBException, CIBAttributeNotFoundException
CIBException
CIBAttributeNotFoundException
public long getOperationalStatusStartTime() throws CIBException, CIBAttributeNotFoundException
CIBException
CIBAttributeNotFoundException
public int getAvailabilityStatusState() throws CIBException, CIBAttributeNotFoundException
CIBException
CIBAttributeNotFoundException
public long getAvailabilityStatusLastChange() throws CIBException, CIBAttributeNotFoundException
CIBException
CIBAttributeNotFoundException
public long getAvailabilityStatusDegradedTime() throws CIBException, CIBAttributeNotFoundException
CIBException
CIBAttributeNotFoundException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |