|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ldaptive.provider.opendj.OpenDJConnection.AggregateUnsolicitedNotificationListener
protected class OpenDJConnection.AggregateUnsolicitedNotificationListener
Allows the use of multiple unsolicited notification listeners per connection.
| Constructor Summary | |
|---|---|
protected |
OpenDJConnection.AggregateUnsolicitedNotificationListener()
|
| Method Summary | |
|---|---|
void |
addUnsolicitedNotificationListener(org.ldaptive.extended.UnsolicitedNotificationListener listener)
Adds an unsolicited notification listener to this listener. |
void |
handleConnectionClosed()
|
void |
handleConnectionError(boolean b,
org.forgerock.opendj.ldap.ErrorResultException e)
|
void |
handleUnsolicitedNotification(org.forgerock.opendj.ldap.responses.ExtendedResult extendedResult)
|
void |
removeUnsolicitedNotificationListener(org.ldaptive.extended.UnsolicitedNotificationListener listener)
Removes an unsolicited notification listener from this listener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected OpenDJConnection.AggregateUnsolicitedNotificationListener()
| Method Detail |
|---|
public void addUnsolicitedNotificationListener(org.ldaptive.extended.UnsolicitedNotificationListener listener)
listener - to receive unsolicited notificationspublic void removeUnsolicitedNotificationListener(org.ldaptive.extended.UnsolicitedNotificationListener listener)
listener - to stop receiving unsolicited notificationspublic void handleConnectionClosed()
handleConnectionClosed in interface org.forgerock.opendj.ldap.ConnectionEventListener
public void handleConnectionError(boolean b,
org.forgerock.opendj.ldap.ErrorResultException e)
handleConnectionError in interface org.forgerock.opendj.ldap.ConnectionEventListenerpublic void handleUnsolicitedNotification(org.forgerock.opendj.ldap.responses.ExtendedResult extendedResult)
handleUnsolicitedNotification in interface org.forgerock.opendj.ldap.ConnectionEventListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||