JavaTM 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 Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策