java.lang.Object
java.util.EventObject
javax.management.Notification
javax.management.timer.TimerNotification
-
所有已实现的接口:
-
Serializable
-
public class TimerNotification
-
extends
Notification
此类定义了由计时器 MBean 发送的通知。
它定义了计时器通知标识符,以允许从计时器 MBean 的通知列表中检索计时器通知。
计时器通知由计时器 MBean 创建,并由它来处理。
-
从以下版本开始:
-
1.5
-
另请参见:
-
序列化表格
TimerNotification
public TimerNotification(String type,
Object source,
long sequenceNumber,
long timeStamp,
String msg,
Integer id)
-
创建计时器通知对象。
-
参数:
-
type
- 通知类型。
-
source
- 通知生成器。
-
sequenceNumber
- 源对象中的通知序列号。
-
timeStamp
- 通知发出日期。
-
msg
- 通知消息。
-
id
- 通知标识符。
getNotificationID
public Integer getNotificationID()
-
获取此计时器通知的标识符。
-
-
返回:
-
标识符。