org.ldaptive.concurrent
Class ModifyOperationWorker

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

public class ModifyOperationWorker
extends AbstractOperationWorker<ModifyRequest,Void>

Executes an ldap modify 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
ModifyOperationWorker(ModifyOperation op)
          Creates a new modify operation worker.
ModifyOperationWorker(ModifyOperation op, ExecutorService es)
          Creates a new modify 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

ModifyOperationWorker

public ModifyOperationWorker(ModifyOperation op)
Creates a new modify operation worker.

Parameters:
op - modify operation to execute

ModifyOperationWorker

public ModifyOperationWorker(ModifyOperation op,
                             ExecutorService es)
Creates a new modify operation worker.

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


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