org.ldaptive.extended
Class UnsolicitedNotifications

java.lang.Object
  extended by org.ldaptive.extended.UnsolicitedNotifications

public class UnsolicitedNotifications
extends Object

Adds and removes unsolicited notification listeners to provider connections.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

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

UnsolicitedNotifications

public UnsolicitedNotifications(Connection conn)
Creates a new unsolicited notifications.

Parameters:
conn - connection
Method Detail

addListener

public void addListener(UnsolicitedNotificationListener listener)
Adds a listener to receive unsolicited notifications.

Parameters:
listener - to receive unsolicited notifications

removeListener

public void removeListener(UnsolicitedNotificationListener listener)
Removes a listener from receiving unsolicited notifications.

Parameters:
listener - to no longer receive unsolicited notifications


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.