public interface CounterThresholdCrossedNotificationRuleMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCountingMethodValue() |
java.lang.String |
getMbeanAttribute()
Gets the value of the mbeanAttribute property.
|
java.lang.String |
getMbeanType()
Gets the value of the mbeanType property.
|
java.lang.String |
getMessageForThresholdCeased()
Gets the value of the messageForThresholdCeased property.
|
java.lang.String |
getMessageForThresholdCrossed()
Gets the value of the messageForThresholdCrossed property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNotificationClassValue() |
java.lang.String |
getResourceFilter()
Gets the value of the resourceFilter property.
|
java.lang.String |
getServerFilter()
Gets the value of the serverFilter property.
|
java.math.BigInteger |
getThresholdCeasedValue()
Gets the value of the thresholdCeasedValue property.
|
java.math.BigInteger |
getThresholdValue()
Gets the value of the thresholdValue property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setCountingMethodValue(java.lang.String value)
Set the value of countingMethod
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setMbeanAttribute(java.lang.String value)
Sets the value of the mbeanAttribute property.
|
void |
setMbeanType(java.lang.String value)
Sets the value of the mbeanType property.
|
void |
setMessageForThresholdCeased(java.lang.String value)
Sets the value of the messageForThresholdCeased property.
|
void |
setMessageForThresholdCrossed(java.lang.String value)
Sets the value of the messageForThresholdCrossed property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNotificationClassValue(java.lang.String value)
Set the value of notificationClass
|
void |
setResourceFilter(java.lang.String value)
Sets the value of the resourceFilter property.
|
void |
setServerFilter(java.lang.String value)
Sets the value of the serverFilter property.
|
void |
setThresholdCeasedValue(java.math.BigInteger value)
Sets the value of the thresholdCeasedValue property.
|
void |
setThresholdValue(java.math.BigInteger value)
Sets the value of the thresholdValue property.
|
java.lang.String getName()
void setName(java.lang.String value)
boolean isEnabled()
void setEnabled(boolean value)
java.lang.String getMbeanType()
void setMbeanType(java.lang.String value)
java.lang.String getMbeanAttribute()
void setMbeanAttribute(java.lang.String value)
java.math.BigInteger getThresholdValue()
void setThresholdValue(java.math.BigInteger value)
java.math.BigInteger getThresholdCeasedValue()
void setThresholdCeasedValue(java.math.BigInteger value)
java.lang.String getServerFilter()
void setServerFilter(java.lang.String value)
java.lang.String getResourceFilter()
void setResourceFilter(java.lang.String value)
java.lang.String getMessageForThresholdCrossed()
void setMessageForThresholdCrossed(java.lang.String value)
java.lang.String getMessageForThresholdCeased()
void setMessageForThresholdCeased(java.lang.String value)
void setCountingMethodValue(java.lang.String value)
java.lang.String getCountingMethodValue()
void setNotificationClassValue(java.lang.String value)
java.lang.String getNotificationClassValue()