|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface exposes the remote management interface of the string monitor MBean.
| Method Summary | |
java.lang.String |
getDerivedGauge()
Deprecated. Replaced by getDerivedGauge(ObjectName) |
java.lang.String |
getDerivedGauge(ObjectName object)
This method gets the derived gauge for the specified MBean. |
long |
getDerivedGaugeTimeStamp()
Deprecated. Replaced by getDerivedGaugeTimeStamp(ObjectName) |
long |
getDerivedGaugeTimeStamp(ObjectName object)
This method gets the derived gauge timestamp for the specified MBean. |
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 |
addObservedObject,
containsObservedObject,
getGranularityPeriod,
getObservedAttribute,
getObservedObject,
getObservedObjects,
isActive,
removeObservedObject,
setGranularityPeriod,
setObservedAttribute,
setObservedObject,
start,
stop |
| Method Detail |
public java.lang.String getDerivedGauge()
getDerivedGauge(ObjectName)
public long getDerivedGaugeTimeStamp()
getDerivedGaugeTimeStamp(ObjectName)
public java.lang.String getDerivedGauge(ObjectName object)
object - the MBean for which the derived gauge is to be returnednull otherwise.public long getDerivedGaugeTimeStamp(ObjectName object)
object - the MBean for which the derived gauge timestamp is to be returnednull otherwise.public boolean getNotifyDiffer()
true if the string monitor notifies when
differing, false otherwise.setNotifyDiffer(boolean)public void setNotifyDiffer(boolean value)
value - - The differing notification's on/off switch value.getNotifyDiffer()public boolean getNotifyMatch()
true if the string monitor notifies when
matching, false otherwise.setNotifyMatch(boolean)public void setNotifyMatch(boolean value)
value - - The matching notification's on/off switch value.getNotifyMatch()public java.lang.String getStringToCompare()
setStringToCompare(java.lang.String)
public void setStringToCompare(java.lang.String value)
throws java.lang.IllegalArgumentException
value - The String Value to be compared.getStringToCompare()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||