Name

UnsolicitedNotification

Synopsis

An UnsolicitedNotification is an ExtendedResponse that is sent by an LDAP server to a connected client without the client requesting it explicitly. UnsolicitedNotifications are delivered to the client within UnsolicitedNotificationEvents, which a client can listen for using an UnsolicitedNotificationListener.

                  
public interface UnsolicitedNotification extends ExtendedResponse, HasControls {
// Public Instance Methods
   public abstract NamingException getException();  
   public abstract String[] getReferrals();  
}

Passed To

UnsolicitedNotificationEvent.UnsolicitedNotificationEvent()

Returned By

UnsolicitedNotificationEvent.getNotification()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.