public class NotificationStatisticsRecorder extends ObserverStatisticsRecorder implements javax.management.NotificationListener
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
registered |
observedAttribute, observedNameaverageValue, count, entries, isActive, isDouble, maxEntries, maximumValue, minimumValue, recordingStart, server| Constructor and Description |
|---|
NotificationStatisticsRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleNotification(javax.management.Notification notification,
java.lang.Object object)
Called when a notification occurs.
|
protected void |
startObserving() |
protected void |
stopObserving() |
java.lang.String |
toString() |
doStart, doStop, getObservedAttribute, getObservedObject, setObservedAttribute, setObservedObjectaddEntry, getAverage, getEntries, getLogger, getMax, getMaxEntries, getMin, getRecordingStart, isActive, postDeregister, postRegister, preDeregister, preRegister, setMaxEntries, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAverage, getEntries, getMax, getMaxEntries, getMin, getRecordingStart, isActive, setMaxEntries, start, stopprotected void startObserving()
throws java.lang.Exception
startObserving in class ObserverStatisticsRecorderjava.lang.Exceptionprotected void stopObserving()
throws java.lang.Exception
stopObserving in class ObserverStatisticsRecorderjava.lang.Exceptionpublic void handleNotification(javax.management.Notification notification,
java.lang.Object object)
javax.management.NotificationListenerhandleNotification in interface javax.management.NotificationListenernotification - The notification objectobject - Helps in associating information regarding the listener.public java.lang.String toString()
toString in class java.lang.Object