The timer notifications are created and handled by the timer MBean.
Modifier and Type | Field and Description |
---|---|
private Integer | |
private static final long |
Access | Constructor and Description |
---|---|
public | TimerNotification(String
The notification type. type, Object The notification producer. source, long The notification sequence number within the source object. sequenceNumber, long The notification emission date. timeStamp, String The notification message. msg, Integer The notification identifier. id)Creates a timer notification object. |
notificationID | back to summary |
---|---|
private Integer notificationID |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
TimerNotification | back to summary |
---|---|
public TimerNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg, Integer id) Creates a timer notification object. |
cloneTimerNotification | back to summary |
---|---|
pack-priv Object cloneTimerNotification() Creates and returns a copy of this object. |
getNotificationID | back to summary |
---|---|
public Integer getNotificationID() Gets the identifier of this timer notification.
|