|
XMOJO 5 API Docs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Exposes the remote management interface of the string monitor MBean.
Method Summary | |
java.lang.String |
getDerivedGauge()
This method gets the value of the derived gauge. |
long |
getDerivedGaugeTimeStamp()
This method gets the value of the derived gauge time stamp. |
boolean |
getNotifyDiffer()
This method sets the differing notification's on/off switch value. |
boolean |
getNotifyMatch()
This method gets the matching notification's on/off switch value. |
java.lang.String |
getStringToCompare()
This method gets the string to compare with the observed attribute. |
void |
setNotifyDiffer(boolean value)
This method sets the differing notification's on/off switch value. |
void |
setNotifyMatch(boolean value)
This method sets the matching notification's on/off switch value. |
void |
setStringToCompare(java.lang.String value)
This method sets the string to compare with the observed attribute. |
Methods inherited from interface javax.management.monitor.MonitorMBean |
getGranularityPeriod, getObservedAttribute, getObservedObject, isActive, setGranularityPeriod, setObservedAttribute, setObservedObject, start, stop |
Method Detail |
public java.lang.String getDerivedGauge()
public long getDerivedGaugeTimeStamp()
public boolean getNotifyDiffer()
public void setNotifyDiffer(boolean value)
value
- - The differing notification's on/off switch value.public boolean getNotifyMatch()
public void setNotifyMatch(boolean value)
value
- - The matching notification's on/off switch value.public java.lang.String getStringToCompare()
public void setStringToCompare(java.lang.String value) throws java.lang.IllegalArgumentException
value
- The String Value to be compared.java.lang.IllegalArgumentException
- - The specified string
to compare is null.
|
XMOJO 5 API Docs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |