所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
javax.naming.ldap
接口 UnsolicitedNotification
-
所有超级接口:
-
ExtendedResponse, HasControls, Serializable
-
public interface UnsolicitedNotification
- extends ExtendedResponse, HasControls
此接口表示在 RFC 2251 中定义的未经请求的通知。未经请求的通知将被 LDAP 服务器发送到 LDAP 客户端,该客户端无需进行任何请求操作。其格式是扩展响应 (ExtendedResponse) 的格式。
-
从以下版本开始:
-
1.3
-
另请参见:
-
ExtendedResponse
, UnsolicitedNotificationEvent
, UnsolicitedNotificationListener
getReferrals
String[] getReferrals()
-
检索服务器发送的反向链接 (referral)。
-
-
-
返回:
-
反向链接数组(可能为 null),每个反向链接由一个 URL 字符串表示。如果为 null,则服务器不发送任何反向链接。
getException
NamingException getException()
-
检索使用服务器发送的信息构造的异常。
-
-
-
返回:
-
使用服务器发送的信息构造的异常(可能为 null)。如果为 null,则“成功”状态由服务器指定。
所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |