UnsolicitedNotificationpublic interface UnsolicitedNotification implements HasControls, ExtendedResponseThis 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). |
Methods Summary |
---|
public javax.naming.NamingException | getException()Retrieves the exception as constructed using information
sent by the server.
| public java.lang.String[] | getReferrals()Retrieves the referral(s) sent by the server.
|
|