public interface ThresholdCrossedNotificationMBean
Modifier and Type | Method and Description |
---|---|
void |
addCountingMethod()
Add a new element named countingMethod
|
void |
addThresholdClass()
Add a new element named thresholdClass
|
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 |
getThresholdCeasedMessage()
Gets the value of the thresholdCeasedMessage property.
|
int |
getThresholdCeasedValue()
Gets the value of the thresholdCeasedValue property.
|
java.lang.String |
getThresholdClassValue() |
java.lang.String |
getThresholdCrossedMessage()
Gets the value of the thresholdCrossedMessage property.
|
java.lang.String |
getThresholdName()
Gets the value of the thresholdName property.
|
java.lang.String |
getThresholdResourceFilter()
Gets the value of the thresholdResourceFilter property.
|
java.lang.String |
getThresholdServerFilter()
Gets the value of the thresholdServerFilter property.
|
int |
getThresholdValue()
Gets the value of the thresholdValue property.
|
boolean |
isThresholdEnabled()
Gets the value of the thresholdEnabled property.
|
void |
removeCountingMethod()
Remove an element named countingMethod
|
void |
removeThresholdClass()
Remove an element named thresholdClass
|
void |
setCountingMethodValue(java.lang.String value)
Set the value of countingMethod
|
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 |
setThresholdCeasedMessage(java.lang.String value)
Sets the value of the thresholdCeasedMessage property.
|
void |
setThresholdCeasedValue(int value)
Sets the value of the thresholdCeasedValue property.
|
void |
setThresholdClassValue(java.lang.String value)
Set the value of thresholdClass
|
void |
setThresholdCrossedMessage(java.lang.String value)
Sets the value of the thresholdCrossedMessage property.
|
void |
setThresholdEnabled(boolean value)
Sets the value of the thresholdEnabled property.
|
void |
setThresholdName(java.lang.String value)
Sets the value of the thresholdName property.
|
void |
setThresholdResourceFilter(java.lang.String value)
Sets the value of the thresholdResourceFilter property.
|
void |
setThresholdServerFilter(java.lang.String value)
Sets the value of the thresholdServerFilter property.
|
void |
setThresholdValue(int value)
Sets the value of the thresholdValue property.
|
java.lang.String getThresholdName()
void setThresholdName(java.lang.String value)
boolean isThresholdEnabled()
void setThresholdEnabled(boolean value)
java.lang.String getMbeanType()
void setMbeanType(java.lang.String value)
java.lang.String getMbeanAttribute()
void setMbeanAttribute(java.lang.String value)
int getThresholdValue()
void setThresholdValue(int value)
int getThresholdCeasedValue()
void setThresholdCeasedValue(int value)
java.lang.String getThresholdCrossedMessage()
void setThresholdCrossedMessage(java.lang.String value)
java.lang.String getThresholdCeasedMessage()
void setThresholdCeasedMessage(java.lang.String value)
java.lang.String getThresholdServerFilter()
void setThresholdServerFilter(java.lang.String value)
java.lang.String getThresholdResourceFilter()
void setThresholdResourceFilter(java.lang.String value)
void addCountingMethod()
void removeCountingMethod()
void setCountingMethodValue(java.lang.String value)
java.lang.String getCountingMethodValue()
void addThresholdClass()
void removeThresholdClass()
void setThresholdClassValue(java.lang.String value)
java.lang.String getThresholdClassValue()