public interface MonitoringGeneralMBean
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCounterIntervalInSeconds()
Gets the value of the counterIntervalInSeconds property.
|
java.math.BigInteger |
getNotificationTriggerCheckIntervalInSeconds()
Gets the value of the notificationTriggerCheckIntervalInSeconds property.
|
boolean |
isEnableMbeans()
Gets the value of the enableMbeans property.
|
boolean |
isEnableNotifications()
Gets the value of the enableNotifications property.
|
void |
setCounterIntervalInSeconds(java.lang.Object value)
Sets the value of the counterIntervalInSeconds property.
|
void |
setEnableMbeans(boolean value)
Sets the value of the enableMbeans property.
|
void |
setEnableNotifications(boolean value)
Sets the value of the enableNotifications property.
|
void |
setNotificationTriggerCheckIntervalInSeconds(java.math.BigInteger value)
Sets the value of the notificationTriggerCheckIntervalInSeconds property.
|
boolean isEnableMbeans()
void setEnableMbeans(boolean value)
boolean isEnableNotifications()
void setEnableNotifications(boolean value)
java.math.BigInteger getNotificationTriggerCheckIntervalInSeconds()
void setNotificationTriggerCheckIntervalInSeconds(java.math.BigInteger value)
java.lang.Object getCounterIntervalInSeconds()
void setCounterIntervalInSeconds(java.lang.Object value)