Modifier and Type | Method and Description |
---|---|
void |
UnsolicitedNotifications.addListener(UnsolicitedNotificationListener listener)
Adds a listener to receive unsolicited notifications.
|
void |
UnsolicitedNotifications.removeListener(UnsolicitedNotificationListener listener)
Removes a listener from receiving unsolicited notifications.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderConnection.addUnsolicitedNotificationListener(UnsolicitedNotificationListener listener)
Adds a listener to receive unsolicited notifications.
|
void |
ProviderConnection.removeUnsolicitedNotificationListener(UnsolicitedNotificationListener listener)
Removes a listener from receiving unsolicited notifications.
|
Modifier and Type | Method and Description |
---|---|
void |
ApacheLdapConnection.addUnsolicitedNotificationListener(UnsolicitedNotificationListener listener) |
void |
ApacheLdapConnection.removeUnsolicitedNotificationListener(UnsolicitedNotificationListener listener) |
Modifier and Type | Field and Description |
---|---|
private List<UnsolicitedNotificationListener> |
JLdapConnection.AggregateUnsolicitedNotificationListener.listeners
Listeners to receive unsolicited notifications.
|
Modifier and Type | Method and Description |
---|---|
void |
JLdapConnection.addUnsolicitedNotificationListener(UnsolicitedNotificationListener listener) |
void |
JLdapConnection.AggregateUnsolicitedNotificationListener.addUnsolicitedNotificationListener(UnsolicitedNotificationListener listener)
Adds an unsolicited notification listener to this handler.
|
void |
JLdapConnection.removeUnsolicitedNotificationListener(UnsolicitedNotificationListener listener) |
void |
JLdapConnection.AggregateUnsolicitedNotificationListener.removeUnsolicitedNotificationListener(UnsolicitedNotificationListener listener)
Removes an unsolicited notification listener from this handler.
|
Modifier and Type | Method and Description |
---|---|
void |
JndiConnection.addUnsolicitedNotificationListener(UnsolicitedNotificationListener listener) |
void |
JndiConnection.removeUnsolicitedNotificationListener(UnsolicitedNotificationListener listener) |
Modifier and Type | Field and Description |
---|---|
private List<UnsolicitedNotificationListener> |
OpenDJConnection.AggregateUnsolicitedNotificationListener.listeners
Listeners to receive unsolicited notifications.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenDJConnection.addUnsolicitedNotificationListener(UnsolicitedNotificationListener listener) |
void |
OpenDJConnection.AggregateUnsolicitedNotificationListener.addUnsolicitedNotificationListener(UnsolicitedNotificationListener listener)
Adds an unsolicited notification listener to this listener.
|
void |
OpenDJConnection.removeUnsolicitedNotificationListener(UnsolicitedNotificationListener listener) |
void |
OpenDJConnection.AggregateUnsolicitedNotificationListener.removeUnsolicitedNotificationListener(UnsolicitedNotificationListener listener)
Removes an unsolicited notification listener from this listener.
|
Modifier and Type | Field and Description |
---|---|
private Queue<UnsolicitedNotificationListener> |
UnboundIDConnection.AggregateUnsolicitedNotificationHandler.listeners
Listeners to receive unsolicited notifications.
|
Modifier and Type | Method and Description |
---|---|
void |
UnboundIDConnection.addUnsolicitedNotificationListener(UnsolicitedNotificationListener listener) |
void |
UnboundIDConnection.AggregateUnsolicitedNotificationHandler.addUnsolicitedNotificationListener(UnsolicitedNotificationListener listener)
Adds an unsolicited notification listener to this handler.
|
void |
UnboundIDConnection.removeUnsolicitedNotificationListener(UnsolicitedNotificationListener listener) |
void |
UnboundIDConnection.AggregateUnsolicitedNotificationHandler.removeUnsolicitedNotificationListener(UnsolicitedNotificationListener listener)
Removes an unsolicited notification listener from this handler.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.