| java.lang.Object java.util.EventObject javax.management.Notification javax.management.timer.TimerNotification
TimerNotification | public class TimerNotification extends Notification (Code) | | A notification from the timer service.
author: Adrian Brock version: $Revision: 57200 $ version: Revisions: version: 20020816 Adrian Brock: version: version: - Serialization
version:
|
TimerNotification | public TimerNotification(String type, Object source, long sequenceNumber, long timeStamp, String message, Integer id)(Code) | | Construct a new timer notification.
Parameters: type - the notification type. Parameters: source - the notification source. Parameters: sequenceNumber - the notification sequence within the source object. Parameters: timeStamp - the time the notification was sent. Parameters: message - the detailed message. Parameters: id - the timer notification id. Parameters: userData - additional notification user data |
getNotificationID | public Integer getNotificationID()(Code) | | Retrieves the notification id of this timer notification.
the notification id. |
toString | public String toString()(Code) | | human readable string. |
|
|