|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CIBStatistic | |
com.sun.mfwk.cib.sdk.statistics | This package provides default implementations for the stats and statistics model. |
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 CIBStatistic in com.sun.mfwk.cib.sdk.statistics |
Classes in com.sun.mfwk.cib.sdk.statistics that implement CIBStatistic | |
class |
CIBCountStatisticImpl
Provides a default implementation of a CIBCountStatistic |
class |
CIBRangeStatisticImpl
Provides a default implementation of a CIBRangeStatistic |
class |
CIBStatisticImpl
Provides a default implementation of a CIBStatistic |
class |
CIBTimeStatisticImpl
Provides a default implementation of a CIBTimeStatistic |
class |
CIBValueStatisticImpl
Provides a default implementation of a CIBValueStatistic |
Methods in com.sun.mfwk.cib.sdk.statistics that return CIBStatistic | |
CIBStatistic |
CIBCountStatisticImpl.fromCompositeData(javax.management.openmbean.CompositeData data)
Returns a CIBStatistic object from the composite data |
CIBStatistic |
CIBRangeStatisticImpl.fromCompositeData(javax.management.openmbean.CompositeData data)
Returns a CIBStatistic object from a composite data |
CIBStatistic |
CIBTimeStatisticImpl.fromCompositeData(javax.management.openmbean.CompositeData data)
Returns a CIBStatistic object from a composite data |
CIBStatistic |
CIBValueStatisticImpl.fromCompositeData(javax.management.openmbean.CompositeData data)
Creates a CIBStatistic object from a composite data |
Uses of CIBStatistic in com.sun.mfwk.cib.statistics |
Subinterfaces of CIBStatistic in com.sun.mfwk.cib.statistics | |
interface |
CIBCountStatistic
Provides methods that should be implemented by a CIBCountStatistic object This interface is used to map the CountStatistic interface of JSR77 |
interface |
CIBRangeStatistic
Provides methods that should be implemented by a CIBRangeStatistic object This interface is used to map the RangeStatistic interface of JSR77 |
interface |
CIBTimeStatistic
Provides methods that should be implemented by a CIBTimeStatistic object This interface is used to map the TimeStatistic interface of JSR77 |
interface |
CIBValueStatistic
Provides methods that should be implemented by a CIBValueStatistic object |
Methods in com.sun.mfwk.cib.statistics that return CIBStatistic | |
CIBStatistic |
CIBStatistic.fromCompositeData(javax.management.openmbean.CompositeData data)
Returns a CIBStatistic object based on the composite data |
CIBStatistic |
CIBStatistic.fromCompositeData(javax.management.openmbean.CompositeData data)
Returns a CIBStatistic object based on the composite data |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |