|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationWorker | |
|---|---|
| org.ldaptive.concurrent | |
| Uses of OperationWorker in org.ldaptive.concurrent |
|---|
| Classes in org.ldaptive.concurrent that implement OperationWorker | |
|---|---|
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. |
| Methods in org.ldaptive.concurrent with parameters of type OperationWorker | ||
|---|---|---|
protected static
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||