JavaTM 2 Platform
Standard Ed. 6

javax.management.timer
類別 TimerNotification

java.lang.Object
  繼承者 java.util.EventObject
      繼承者 javax.management.Notification
          繼承者 javax.management.timer.TimerNotification
所有已實作的介面:
Serializable

public class TimerNotification
extends Notification

此類別定義了由計時器 MBean 發送的通知。
它定義了計時器通知標識符,以允許從計時器 MBean 的通知列表中檢索計時器通知。

計時器通知由計時器 MBean 創建,並由它來處理。

從以下版本開始:
1.5
另請參見:
序列化表格

欄位摘要
 
從類別 javax.management.Notification 繼承的欄位
source
 
建構子摘要
TimerNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg, Integer id)
          創建計時器通知物件。
 
方法摘要
 Integer getNotificationID()
          獲取此計時器通知的標識符。
 
從類別 javax.management.Notification 繼承的方法
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
 
從類別 java.util.EventObject 繼承的方法
getSource
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

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()
獲取此計時器通知的標識符。

返回:
標識符。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only