|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.extended.UnsolicitedNotifications
public class UnsolicitedNotifications
Adds and removes unsolicited notification listeners to provider connections.
| Constructor Summary | |
|---|---|
UnsolicitedNotifications(Connection conn)
Creates a new unsolicited notifications. |
|
| Method Summary | |
|---|---|
void |
addListener(UnsolicitedNotificationListener listener)
Adds a listener to receive unsolicited notifications. |
void |
removeListener(UnsolicitedNotificationListener listener)
Removes a listener from receiving unsolicited notifications. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnsolicitedNotifications(Connection conn)
conn - connection| Method Detail |
|---|
public void addListener(UnsolicitedNotificationListener listener)
listener - to receive unsolicited notificationspublic void removeListener(UnsolicitedNotificationListener listener)
listener - to no longer receive unsolicited notifications
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||