JavaTM 2 Platform
Standard Ed. 6

javax.naming.ldap
類別 UnsolicitedNotificationEvent

java.lang.Object
  繼承者 java.util.EventObject
      繼承者 javax.naming.ldap.UnsolicitedNotificationEvent
所有已實作的介面:
Serializable

public class UnsolicitedNotificationEvent
extends EventObject

此類別表示為回應 LDAP 伺服器發送的未經請求的通知而觸發的事件。

從以下版本開始:
1.3
另請參見:
UnsolicitedNotification, UnsolicitedNotificationListener, 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), 序列化表格

欄位摘要
 
從類別 java.util.EventObject 繼承的欄位
source
 
建構子摘要
UnsolicitedNotificationEvent(Object src, UnsolicitedNotification notice)
          建構一個新的 UnsolicitedNotificationEvent 實例。
 
方法摘要
 void dispatch(UnsolicitedNotificationListener listener)
          使用此事件對偵聽器調用 notificationReceived() 方法。
 UnsolicitedNotification getNotification()
          返回未經請求的通知。
 
從類別 java.util.EventObject 繼承的方法
getSource, toString
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

UnsolicitedNotificationEvent

public UnsolicitedNotificationEvent(Object src,
                                    UnsolicitedNotification notice)
建構一個新的 UnsolicitedNotificationEvent 實例。

參數:
src - 觸發事件的非 null 源。
notice - 未經請求的非 null 通知。
方法詳細資訊

getNotification

public UnsolicitedNotification getNotification()
返回未經請求的通知。

返回:
導致觸發此事件的未經請求的非 null 通知。

dispatch

public void dispatch(UnsolicitedNotificationListener listener)
使用此事件對偵聽器調用 notificationReceived() 方法。

參數:
listener - 要調用 notificationReceived 方法的非 null 偵聽器。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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