|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Exposes the remote management interface of the string monitor MBean.
| Method Summary | |
java.lang.String |
getDerivedGauge()
Gets the derived gauge. |
long |
getDerivedGaugeTimeStamp()
Gets the derived gauge timestamp. |
boolean |
getNotifyDiffer()
Gets the differing notification's on/off switch value. |
boolean |
getNotifyMatch()
Gets the matching notification's on/off switch value. |
java.lang.String |
getStringToCompare()
Gets the string to compare with the observed attribute. |
void |
setNotifyDiffer(boolean value)
Sets the differing notification's on/off switch value. |
void |
setNotifyMatch(boolean value)
Sets the matching notification's on/off switch value. |
void |
setStringToCompare(java.lang.String value)
Sets the string to compare with the observed attribute. |
| Methods inherited from interface javax.management.monitor.MonitorMBean |
getGranularityPeriod, getObservedAttribute, getObservedObject, isActive, setGranularityPeriod, setObservedAttribute, setObservedObject |
| Method Detail |
public java.lang.String getDerivedGauge()
public long getDerivedGaugeTimeStamp()
public java.lang.String getStringToCompare()
public void setStringToCompare(java.lang.String value)
throws java.lang.IllegalArgumentException
value - The string value.
java.lang.IllegalArgumentException - The specified string to compare is null.public boolean getNotifyMatch()
true if the string monitor notifies when matching, false otherwise.public void setNotifyMatch(boolean value)
value - The matching notification's on/off switch value.public boolean getNotifyDiffer()
true if the string monitor notifies when differing, false otherwise.public void setNotifyDiffer(boolean value)
value - The differing notification's on/off switch value.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||