| com.sun.jbi.monitoring.StatisticsMBean
StatisticsMBean | public interface StatisticsMBean (Code) | | This interface provides the common base for all of the statistics monitoring
MBean interfaces. The methods here are common to all statistics MBeans.
author: Sun Microsystems, Inc. |
Method Summary | |
boolean | isEnabled() Test whether or not statistics collection is enabled. | void | setDisabled() Disable statistics collection. | void | setEnabled() Enable statistics collection. |
isEnabled | boolean isEnabled()(Code) | | Test whether or not statistics collection is enabled.
true if statistics collection is enabled, false if not. |
setDisabled | void setDisabled()(Code) | | Disable statistics collection. This method causes collection for this
object and all its child objects to be disabled.
|
setEnabled | void setEnabled()(Code) | | Enable statistics collection. This method causes collection for this
object and all its child objects to be enabled.
|
|
|