Package | Description |
---|---|
org.ldaptive.concurrent |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperationWorker<Q extends Request,S>
Base class for worker operations.
|
class |
AddOperationWorker
Executes an ldap add operation on a separate thread.
|
class |
BindOperationWorker
Executes an ldap bind operation on a separate thread.
|
class |
CompareOperationWorker
Executes an ldap compare operation on a separate thread.
|
class |
DeleteOperationWorker
Executes an ldap delete operation on a separate thread.
|
class |
ModifyDnOperationWorker
Executes an ldap modify dn operation on a separate thread.
|
class |
ModifyOperationWorker
Executes an ldap modify operation on a separate thread.
|
class |
SearchOperationWorker
Executes an ldap search operation on a separate thread.
|
Modifier and Type | Method and Description |
---|---|
protected static <Q extends Request,S> |
AggregateSearchExecutor.createCallable(Connection conn,
OperationWorker<Q,S> worker,
Q[] requests)
Returns a
Callable that executes the supplied request with the supplied worker in a try-finally block that
opens and closes the connection. |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.