-
- All Superinterfaces:
-
ExtendedResponse
,HasControls
,Serializable
public interface UnsolicitedNotification extends ExtendedResponse, HasControls
- 从以下版本开始:
- 1.3
- 另请参见:
-
ExtendedResponse
,UnsolicitedNotificationEvent
,UnsolicitedNotificationListener
-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 NamingException
getException()
检索使用服务器发送的信息构造的异常。String[]
getReferrals()
检索由服务器发送的推荐。-
Methods inherited from interface javax.naming.ldap.ExtendedResponse
getEncodedValue, getID
-
Methods inherited from interface javax.naming.ldap.HasControls
getControls
-
-
-
-
方法详细信息
-
getReferrals
String[] getReferrals()
检索由服务器发送的推荐。- 结果
- 一个可能为空的引用数组,每个引用都由URL字符串表示。 如果为空,则服务器不会发送推荐。
-
getException
NamingException getException()
检索使用服务器发送的信息构造的异常。- 结果
- 使用服务器发送的信息构建的可能为空的异常。 如果为空,则服务器指示“成功”状态。
-
-