Package Summary  Overview Summary

class:CounterMonitorMBean [NONE]

  • All Superinterfaces:
    MonitorMBean
    All Known Implementing Classes:
    CounterMonitor


    public interface CounterMonitorMBean
    extends MonitorMBean
    
    Exposes the remote management interface of the counter monitor MBean.
    Since:
    1.5

method:getDerivedGauge() [NONE]

method:getDerivedGaugeTimeStamp() [NONE]

method:getThreshold() [NONE]

method:setThreshold(java.lang.Number) [NONE]

method:getDerivedGauge(javax.management.ObjectName) [NONE]

  • getDerivedGauge

    Number getDerivedGauge(ObjectName object)
    Gets the derived gauge for the specified MBean.
    Parameters:
    object - the MBean for which the derived gauge is to be returned
    Returns:
    The derived gauge for the specified MBean if this MBean is in the set of observed MBeans, or null otherwise.

method:getDerivedGaugeTimeStamp(javax.management.ObjectName) [NONE]

  • getDerivedGaugeTimeStamp

    long getDerivedGaugeTimeStamp(ObjectName object)
    Gets the derived gauge timestamp for the specified MBean.
    Parameters:
    object - the MBean for which the derived gauge timestamp is to be returned
    Returns:
    The derived gauge timestamp for the specified MBean if this MBean is in the set of observed MBeans, or null otherwise.

method:getThreshold(javax.management.ObjectName) [NONE]

  • getThreshold

    Number getThreshold(ObjectName object)
    Gets the threshold value for the specified MBean.
    Parameters:
    object - the MBean for which the threshold value is to be returned
    Returns:
    The threshold value for the specified MBean if this MBean is in the set of observed MBeans, or null otherwise.
    See Also:
    setThreshold(java.lang.Number)

method:getInitThreshold() [NONE]

method:setInitThreshold(java.lang.Number) [NONE]

method:getOffset() [NONE]

method:setOffset(java.lang.Number) [NONE]

method:getModulus() [NONE]

method:setModulus(java.lang.Number) [NONE]

method:getNotify() [NONE]

  • getNotify

    boolean getNotify()
    Gets the notification's on/off switch value.
    Returns:
    true if the counter monitor notifies when exceeding the threshold, false otherwise.
    See Also:
    setNotify(boolean)

method:setNotify(boolean) [NONE]

  • setNotify

    void setNotify(boolean value)
    Sets the notification's on/off switch value.
    Parameters:
    value - The notification's on/off switch value.
    See Also:
    getNotify()

method:getDifferenceMode() [NONE]

  • getDifferenceMode

    boolean getDifferenceMode()
    Gets the difference mode flag value.
    Returns:
    true if the difference mode is used, false otherwise.
    See Also:
    setDifferenceMode(boolean)

method:setDifferenceMode(boolean) [NONE]

  • setDifferenceMode

    void setDifferenceMode(boolean value)
    Sets the difference mode flag value.
    Parameters:
    value - The difference mode flag value.
    See Also:
    getDifferenceMode()