|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The string monitor service MBean interface.
Method Summary | |
String |
getDerivedGauge()
Deprecated. use getDerivedGauge(ObjectName) |
String |
getDerivedGauge(ObjectName name)
Retrieves the derived gauge. |
long |
getDerivedGaugeTimeStamp()
Deprecated. use getDerivedGaugeTimeStamp(ObjectName) |
long |
getDerivedGaugeTimeStamp(ObjectName name)
Retrieves the derived gauge timestamp. |
boolean |
getNotifyDiffer()
Retrieves the differs on/off switch. |
boolean |
getNotifyMatch()
Retrieves the matching on/off switch. |
String |
getStringToCompare()
Retrieves the string to compare with the observed attribute. |
void |
setNotifyDiffer(boolean value)
Sets the differs on/off switch. |
void |
setNotifyMatch(boolean value)
Sets the matching on/off switch. |
void |
setStringToCompare(String value)
Sets the string to compare with the observed attribute. |
Methods inherited from interface javax.management.monitor.MonitorMBean |
addObservedObject, containsObservedObject, getGranularityPeriod, getObservedAttribute, getObservedObject, getObservedObjects, isActive, removeObservedObject, setGranularityPeriod, setObservedAttribute, setObservedObject, start, stop |
Method Detail |
public String getDerivedGauge()
getDerivedGauge(ObjectName)
public long getDerivedGaugeTimeStamp()
getDerivedGaugeTimeStamp(ObjectName)
public String getDerivedGauge(ObjectName name)
name
- the object name of the mbean.
public long getDerivedGaugeTimeStamp(ObjectName name)
name
- the object name of the mbean.
public String getStringToCompare()
public void setStringToCompare(String value) throws IllegalArgumentException
value
- the comparison string.
IllegalArgumentException
- when specified string is null.public boolean getNotifyMatch()
public void setNotifyMatch(boolean value)
value
- pass true for a notification when the string matches, false
otherwise.public boolean getNotifyDiffer()
public void setNotifyDiffer(boolean value)
value
- pass true for a notification when the string differs, false
otherwise.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |