| 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 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 |
TIMER_SCHEDULE | final public static String TIMER_SCHEDULE(Code) | | |
TimerNotification | TimerNotification(String type, Object source, long sequenceNumber, long timeStamp, String message, Integer notifId)(Code) | | Creates a timer notification object.
Parameters: type - The notification type. Parameters: source - The notification producer. Parameters: sequenceNumber - The notification sequence number within the source object. Parameters: timeStamp - The notification emission date. Parameters: message - The notification message. Parameters: notifId - The notification identifier. |
|
|