|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
public interface UnsolicitedNotificationListener
此介面用於處理 UnsolicitedNotificationEvent。“未經請求的通知”在 RFC 2251 中定義。它允許伺服器將未經請求的通知發送到客戶端。UnsolicitedNotificationListener 必須:
UnsolicitedNotificationEvent
,
UnsolicitedNotification
,
EventContext.addNamingListener(javax.naming.Name, int, javax.naming.event.NamingListener)
,
EventDirContext.addNamingListener(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, javax.naming.event.NamingListener)
,
EventContext.removeNamingListener(javax.naming.event.NamingListener)
方法摘要 | |
---|---|
void |
notificationReceived(UnsolicitedNotificationEvent evt)
當收到了未經請求的通知時調用。 |
從介面 javax.naming.event.NamingListener 繼承的方法 |
---|
namingExceptionThrown |
方法詳細資訊 |
---|
void notificationReceived(UnsolicitedNotificationEvent evt)
evt
- 非 null UnsolicitedNotificationEvent
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。