protected class JLdapConnection.AggregateUnsolicitedNotificationListener extends Object implements com.novell.ldap.LDAPUnsolicitedNotificationListener
| Modifier and Type | Field and Description |
|---|---|
private List<UnsolicitedNotificationListener> |
listeners
Listeners to receive unsolicited notifications.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AggregateUnsolicitedNotificationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUnsolicitedNotificationListener(UnsolicitedNotificationListener listener)
Adds an unsolicited notification listener to this handler.
|
void |
messageReceived(com.novell.ldap.LDAPExtendedResponse extendedResponse) |
void |
removeUnsolicitedNotificationListener(UnsolicitedNotificationListener listener)
Removes an unsolicited notification listener from this handler.
|
private final List<UnsolicitedNotificationListener> listeners
protected AggregateUnsolicitedNotificationListener()
public void addUnsolicitedNotificationListener(UnsolicitedNotificationListener listener)
listener - to receive unsolicited notificationspublic void removeUnsolicitedNotificationListener(UnsolicitedNotificationListener listener)
listener - to stop receiving unsolicited notificationspublic void messageReceived(com.novell.ldap.LDAPExtendedResponse extendedResponse)
messageReceived in interface com.novell.ldap.LDAPUnsolicitedNotificationListenerCopyright © 2003-2019 Virginia Tech. All Rights Reserved.