org.ldaptive.concurrent
Class BindOperationWorker
java.lang.Object
org.ldaptive.concurrent.AbstractOperationWorker<BindRequest,Void>
org.ldaptive.concurrent.BindOperationWorker
- All Implemented Interfaces:
- OperationWorker<BindRequest,Void>
public class BindOperationWorker
- extends AbstractOperationWorker<BindRequest,Void>
Executes an ldap bind operation on a separate thread.
- Version:
- $Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
- Author:
- Middleware Services
BindOperationWorker
public BindOperationWorker(BindOperation op)
- Creates a new bind operation worker.
- Parameters:
op - bind operation to execute
BindOperationWorker
public BindOperationWorker(BindOperation op,
ExecutorService es)
- Creates a new bind operation worker.
- Parameters:
op - bind operation to executees - executor service
Copyright © 2003-2015 Virginia Tech. All Rights Reserved.