JavaTM 2 Platform
Standard Ed. 6

javax.naming.ldap
接口 UnsolicitedNotification

所有超级接口:
ExtendedResponse, HasControls, Serializable

public interface UnsolicitedNotification
extends ExtendedResponse, HasControls

此接口表示在 RFC 2251 中定义的未经请求的通知。未经请求的通知将被 LDAP 服务器发送到 LDAP 客户端,该客户端无需进行任何请求操作。其格式是扩展响应 (ExtendedResponse) 的格式。

从以下版本开始:
1.3
另请参见:
ExtendedResponse, UnsolicitedNotificationEvent, UnsolicitedNotificationListener

方法摘要
 NamingException getException()
          检索使用服务器发送的信息构造的异常。
 String[] getReferrals()
          检索服务器发送的引用。
 
从接口 javax.naming.ldap.ExtendedResponse 继承的方法
getEncodedValue, getID
 
从接口 javax.naming.ldap.HasControls 继承的方法
getControls
 

方法详细信息

getReferrals

String[] getReferrals()
检索服务器发送的引用。

返回:
引用数组(可能为 null),每个引用由一个 URL 字符串表示。如果为 null,则服务器不发送任何引用。

getException

NamingException getException()
检索使用服务器发送的信息构造的异常。

返回:
使用服务器发送的信息构造的异常(可能为 null)。如果为 null,则“成功”状态由服务器指定。

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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