Methods Summary |
---|
public java.lang.Number | getDerivedGauge()Gets the derived gauge.
|
public java.lang.Number | 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 | getDifferenceMode()Gets the difference mode flag value.
|
public java.lang.Number | getInitThreshold()Gets the initial threshold value common to all observed objects.
|
public java.lang.Number | getModulus()Gets the modulus value.
|
public boolean | getNotify()Gets the notification's on/off switch value.
|
public java.lang.Number | getOffset()Gets the offset value.
|
public java.lang.Number | getThreshold()Gets the threshold value.
|
public java.lang.Number | getThreshold(javax.management.ObjectName object)Gets the threshold value for the specified MBean.
|
public void | setDifferenceMode(boolean value)Sets the difference mode flag value.
|
public void | setInitThreshold(java.lang.Number value)Sets the initial threshold value common to all observed MBeans.
|
public void | setModulus(java.lang.Number value)Sets the modulus value.
|
public void | setNotify(boolean value)Sets the notification's on/off switch value.
|
public void | setOffset(java.lang.Number value)Sets the offset value.
|
public void | setThreshold(java.lang.Number value)Sets the threshold value.
|