JavaTM 2 Platform
Standard Ed. 6

javax.management.remote
類別 TargetedNotification

java.lang.Object
  繼承者 javax.management.remote.TargetedNotification
所有已實作的介面:
Serializable

public class TargetedNotification
extends Object
implements Serializable

一個 (Notification, Listener ID) 對。

此類別用於將一個發出的通知與通知所定向的偵聽器 ID 進行關聯。

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

建構子摘要
TargetedNotification(Notification notification, Integer listenerID)
          建構一個 TargetedNotification 物件。
 
方法摘要
 Integer getListenerID()
          此通知所定向的偵聽器的 ID。
 Notification getNotification()
          發出的通知。
 String toString()
          返回此定向通知的一個文本表示形式。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

TargetedNotification

public TargetedNotification(Notification notification,
                            Integer listenerID)

建構一個 TargetedNotification 物件。此物件包含一個 (Notification, Listener ID) 對。Listener ID 標識通知所定向的客戶端偵聽器。客戶端偵聽器 ID 是作為對 addNotificationListener 請求的回應原先從連接器伺服器返回的一個 ID。

參數:
notification - 從 MBean 伺服器發出的通知。
listenerID - 此通知所定向的偵聽器的 ID。
拋出:
IllegalArgumentException - 如果 listenerIDnotification 為 null。
方法詳細資訊

getNotification

public Notification getNotification()

發出的通知。

返回:
通知。

getListenerID

public Integer getListenerID()

此通知所定向的偵聽器的 ID。

返回:
偵聽器 ID。

toString

public String toString()
返回此定向通知的一個文本表示形式。

覆寫:
類別 Object 中的 toString
返回:
此定向的通知的一個文本表示形式。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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