|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectjava.util.EventObject
javax.management.Notification
javax.management.timer.TimerNotification
public class TimerNotification
此類別定義了由計時器 MBean 發送的通知。
它定義了計時器通知標識符,以允許從計時器 MBean 的通知列表中檢索計時器通知。
計時器通知由計時器 MBean 創建,並由它來處理。
| 欄位摘要 |
|---|
| 從類別 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 |
| 建構子詳細資訊 |
|---|
public TimerNotification(String type,
Object source,
long sequenceNumber,
long timeStamp,
String msg,
Integer id)
type - 通知型別。source - 通知產生器。sequenceNumber - 源物件中的通知序列號。timeStamp - 通知發出日期。msg - 通知訊息。id - 通知標識符。| 方法詳細資訊 |
|---|
public Integer getNotificationID()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。