org.ldaptive.concurrent
Class BindOperationWorker

java.lang.Object
  extended by org.ldaptive.concurrent.AbstractOperationWorker<BindRequest,Void>
      extended by 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

Field Summary
 
Fields inherited from class org.ldaptive.concurrent.AbstractOperationWorker
logger
 
Constructor Summary
BindOperationWorker(BindOperation op)
          Creates a new bind operation worker.
BindOperationWorker(BindOperation op, ExecutorService es)
          Creates a new bind operation worker.
 
Method Summary
 
Methods inherited from class org.ldaptive.concurrent.AbstractOperationWorker
createCallable, execute, execute, executeToCompletion, finalize, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 execute
es - executor service


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