| javax.management.Notification javax.management.timer.TimerNotification
TimerNotification | public class TimerNotification extends Notification (Code) | | This class provides definitions of the notifications sent by timer MBeans.
It defines a timer notification identifier which allows to retreive a
timer notification from the list of notifications of a timer MBean.
The timer notifications are created and handled by the timer MBean.
|
getNotificationID | public Integer getNotificationID()(Code) | | This method gets the identifier of this timer notification.
- The identifier. |
|
|