java.lang.Object
javax.management.NotificationBroadcasterSupport
javax.management.monitor.Monitor
javax.management.monitor.CounterMonitor
- All Implemented Interfaces:
- MBeanRegistration, CounterMonitorMBean, MonitorMBean, NotificationBroadcaster, NotificationEmitter
- See Also:
- Top Examples, Source Code,
threshold notification
public CounterMonitor()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
@Deprecated
public Number getDerivedGauge()
- See Also:
- CounterMonitorMBean,
getDerivedGauge(ObjectName)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Number getDerivedGauge(ObjectName object)
- See Also:
- CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
@Deprecated
public long getDerivedGaugeTimeStamp()
- See Also:
- CounterMonitorMBean,
getDerivedGaugeTimeStamp(ObjectName)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public long getDerivedGaugeTimeStamp(ObjectName object)
- See Also:
- CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean getDifferenceMode()
- See Also:
setDifferenceMode(boolean)
, CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Number getInitThreshold()
- See Also:
setInitThreshold(java.lang.Number)
, CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Number getModulus()
- See Also:
setModulus(java.lang.Number)
, CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanNotificationInfo[] getNotificationInfo()
- See Also:
- NotificationBroadcasterSupport, NotificationBroadcaster
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean getNotify()
- See Also:
setNotify(boolean)
, CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Number getOffset()
- See Also:
setOffset(java.lang.Number)
, CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
@Deprecated
public Number getThreshold()
- See Also:
setThreshold(Number)
, CounterMonitorMBean, getThreshold(ObjectName)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Number getThreshold(ObjectName object)
- See Also:
setThreshold(java.lang.Number)
, CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void preDeregister()
throws Exception
- See Also:
- Monitor, MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDifferenceMode(boolean value)
- See Also:
getDifferenceMode()
, CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setGranularityPeriod(long period)
throws IllegalArgumentException
- See Also:
- Monitor, MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setInitThreshold(Number value)
throws IllegalArgumentException
- See Also:
getInitThreshold()
, CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setModulus(Number value)
throws IllegalArgumentException
- See Also:
getModulus()
, CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setNotify(boolean value)
- See Also:
getNotify()
, CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setOffset(Number value)
throws IllegalArgumentException
- See Also:
getOffset()
, CounterMonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
@Deprecated
public void setThreshold(Number value)
throws IllegalArgumentException
- See Also:
getThreshold()
, CounterMonitorMBean, setInitThreshold(java.lang.Number)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void start()
- See Also:
- Monitor, MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void stop()
- See Also:
- Monitor, MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples