Methods Summary |
---|
public java.lang.String | getDerivedGauge()Gets the derived gauge.
|
public java.lang.String | getDerivedGauge(javax.management.ObjectName object)Gets the derived gauge for the specified MBean.
|
public long | getDerivedGaugeTimeStamp()Gets the derived gauge timestamp.
|
public long | getDerivedGaugeTimeStamp(javax.management.ObjectName object)Gets the derived gauge timestamp for the specified MBean.
|
public boolean | getNotifyDiffer()Gets the differing notification's on/off switch value.
|
public boolean | getNotifyMatch()Gets the matching notification's on/off switch value.
|
public java.lang.String | getStringToCompare()Gets the string to compare with the observed attribute.
|
public void | setNotifyDiffer(boolean value)Sets the differing notification's on/off switch value.
|
public void | setNotifyMatch(boolean value)Sets the matching notification's on/off switch value.
|
public void | setStringToCompare(java.lang.String value)Sets the string to compare with the observed attribute.
|