org.ldaptive.extended
Interface UnsolicitedNotificationListener


public interface UnsolicitedNotificationListener

Processes an unsolicited notification.

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

Field Summary
static String NOTICE_OF_DISCONNECTION_OID
          OID for the notice of disconnection notification.
 
Method Summary
 void notificationReceived(String oid, Response<Void> response)
          Processes an unsolicited notification from the server.
 

Field Detail

NOTICE_OF_DISCONNECTION_OID

static final String NOTICE_OF_DISCONNECTION_OID
OID for the notice of disconnection notification.

See Also:
Constant Field Values
Method Detail

notificationReceived

void notificationReceived(String oid,
                          Response<Void> response)
Processes an unsolicited notification from the server.

Parameters:
oid - of the unsolicited notification
response - server response


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