模块  java.management

Class TimerNotification

  • 实现的所有接口
    Serializable

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

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

    从以下版本开始:
    1.5
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • 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()
        获取此计时器通知的标识符。
        结果
        标识符。