org.ldaptive.concurrent
Class AddOperationWorker

java.lang.Object
  extended by org.ldaptive.concurrent.AbstractOperationWorker<AddRequest,Void>
      extended by org.ldaptive.concurrent.AddOperationWorker
All Implemented Interfaces:
OperationWorker<AddRequest,Void>

public class AddOperationWorker
extends AbstractOperationWorker<AddRequest,Void>

Executes an ldap add 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
AddOperationWorker(AddOperation op)
          Creates a new add operation worker.
AddOperationWorker(AddOperation op, ExecutorService es)
          Creates a new add 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

AddOperationWorker

public AddOperationWorker(AddOperation op)
Creates a new add operation worker.

Parameters:
op - add operation to execute

AddOperationWorker

public AddOperationWorker(AddOperation op,
                          ExecutorService es)
Creates a new add operation worker.

Parameters:
op - add operation to execute
es - executor service


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