javax.naming.ldap
public interface: UnsolicitedNotification [javadoc |
source]
All Implemented Interfaces:
HasControls, ExtendedResponse
This interface represents an unsolicited notification as defined in
RFC 2251.
An unsolicited notification is sent by the LDAP server to the LDAP
client without any provocation from the client.
Its format is that of an extended response (
ExtendedResponse).
Method from javax.naming.ldap.UnsolicitedNotification Detail: |
public NamingException getException()
Retrieves the exception as constructed using information
sent by the server. |
public String[] getReferrals()
Retrieves the referral(s) sent by the server. |