Module java.management

Class TimerNotification

java.lang.Object
java.util.EventObject
javax.management.Notification
javax.management.timer.TimerNotification
所有已实现的接口:
Serializable

public class TimerNotification extends Notification
该类提供了由计时器MBeans发送的通知的定义。
它定义了一个计时器通知标识符,允许从计时器MBean的通知列表中检索计时器通知。

计时器通知由计时器MBean创建和处理。

自JDK版本:
1.5
参见:
  • Constructor Details

    • TimerNotification

      public TimerNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg, Integer id)
      创建一个计时器通知对象。
      参数:
      type - 通知类型。
      source - 通知生产者。
      sequenceNumber - 源对象内的通知序列号。
      timeStamp - 通知发出日期。
      msg - 通知消息。
      id - 通知标识符。
  • Method Details

    • getNotificationID

      public Integer getNotificationID()
      获取此计时器通知的标识符。
      返回:
      标识符。