java.lang.Object
javax.management.NotificationBroadcasterSupport
javax.management.monitor.Monitor
- All Implemented Interfaces:
- MBeanRegistration, MonitorMBean, NotificationBroadcaster, NotificationEmitter
- Direct Known Subclasses:
- CounterMonitor, GaugeMonitor, StringMonitor
- See Also:
- Top Examples, Source Code
public void addObservedObject(ObjectName object)
throws IllegalArgumentException
- See Also:
- MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
@Deprecated
protected int alreadyNotified
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int[] alreadyNotifieds
- See Also:
OBSERVED_OBJECT_ERROR_NOTIFIED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected static final int capacityIncrement
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean containsObservedObject(ObjectName object)
- See Also:
- MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
@Deprecated
protected String dbgTag
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int elementCount
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public long getGranularityPeriod()
- See Also:
setGranularityPeriod(long)
, MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getObservedAttribute()
- See Also:
setObservedAttribute(java.lang.String)
, MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
@Deprecated
public ObjectName getObservedObject()
- See Also:
setObservedObject(ObjectName)
, MonitorMBean, getObservedObjects()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ObjectName[] getObservedObjects()
- See Also:
- MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isActive()
- See Also:
- MonitorMBean,
stop
, start
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Monitor()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected static final int OBSERVED_ATTRIBUTE_ERROR_NOTIFIED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected static final int OBSERVED_ATTRIBUTE_TYPE_ERROR_NOTIFIED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected static final int OBSERVED_OBJECT_ERROR_NOTIFIED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void postDeregister()
- See Also:
- MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void postRegister(Boolean registrationDone)
- See Also:
- MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void preDeregister()
throws Exception
- See Also:
- MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ObjectName preRegister(MBeanServer server,
ObjectName name)
throws Exception
- See Also:
- MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeObservedObject(ObjectName object)
- See Also:
- MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected static final int RESET_FLAGS_ALREADY_NOTIFIED
- See Also:
alreadyNotifieds
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected static final int RUNTIME_ERROR_NOTIFIED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected MBeanServer server
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setGranularityPeriod(long period)
throws IllegalArgumentException
- See Also:
getGranularityPeriod()
, MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setObservedAttribute(String attribute)
throws IllegalArgumentException
- See Also:
getObservedAttribute()
, MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
@Deprecated
public void setObservedObject(ObjectName object)
throws IllegalArgumentException
- See Also:
getObservedObject()
, MonitorMBean, addObservedObject(javax.management.ObjectName)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void start()
- See Also:
- MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void stop()
- See Also:
- MonitorMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples