Module java.naming

Interface UnsolicitedNotification

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

public interface UnsolicitedNotification extends ExtendedResponse, HasControls
此接口表示在RFC 2251中定义的未经请求的通知。未经请求的通知是由LDAP服务器发送给LDAP客户端,而无需客户端发起任何请求。其格式为扩展响应(ExtendedResponse)。
自:
1.3
参见:
  • Method Details

    • getReferrals

      String[] getReferrals()
      检索服务器发送的引荐。
      返回:
      一个可能为null的引荐数组,每个引荐由URL字符串表示。如果为null,则服务器未发送引荐。
    • getException

      NamingException getException()
      检索由服务器发送的构造异常。
      返回:
      一个可能为null的异常,由服务器发送的信息构造而成。如果为null,则服务器指示了“成功”状态。