JavaTM 2 Platform
Standard Ed. 6

javax.management
介面 NotificationListener

所有父級介面:
EventListener
所有已知實作類別:
RelationService

public interface NotificationListener
extends EventListener

應該由想要接收通知的物件來實作。

從以下版本開始:
1.5

方法摘要
 void handleNotification(Notification notification, Object handback)
          出現 JMX 通知時調用。
 

方法詳細資訊

handleNotification

void handleNotification(Notification notification,
                        Object handback)
出現 JMX 通知時調用。此方法的實作應該盡快返回,以避免阻塞其通知廣播者。

參數:
notification - 通知。
handback - 一個不透明物件,用於說明偵聽器關聯關於 MBean 發出者的資訊。在 addListener 調用期間將此物件傳遞到 MBean,並在不經修改的情況下重發到偵聽器。MBean 物件不應使用或修改該物件。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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