org.ldaptive.async.handler
Interface AsyncRequestHandler

All Superinterfaces:
Handler<Request,AsyncRequest>

public interface AsyncRequestHandler
extends Handler<Request,AsyncRequest>

Provides post search handling of an ldap async request.

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

Method Summary
 HandlerResult<AsyncRequest> handle(Connection conn, Request request, AsyncRequest asyncRequest)
          Handle the supplied result.
 

Method Detail

handle

HandlerResult<AsyncRequest> handle(Connection conn,
                                   Request request,
                                   AsyncRequest asyncRequest)
                                   throws LdapException
Handle the supplied result.

Specified by:
handle in interface Handler<Request,AsyncRequest>
Parameters:
conn - connection the operation was executed on
request - executed by the operation
asyncRequest - produced from the operation
Returns:
handler result
Throws:
LdapException - if handling fails


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