javax.management.timer
Class TimerNotification

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.management.Notification
              |
              +--javax.management.timer.TimerNotification
All Implemented Interfaces:
java.io.Serializable

public class TimerNotification
extends Notification

This class provides definitions of the notifications sent by timer MBeans.
It defines a timer notification identifier which allows to retrieve a timer notification from the list of notifications of a timer MBean.

The timer notifications are created and handled by the timer MBean.

Author:
Young Yang
See Also:
Serialized Form

Field Summary
static java.lang.String TIMER_SCHEDULE
           
 
Fields inherited from class javax.management.Notification
source
 
Method Summary
 java.lang.Integer getNotificationID()
           
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TIMER_SCHEDULE

public static final java.lang.String TIMER_SCHEDULE
Method Detail

getNotificationID

public java.lang.Integer getNotificationID()