Package | Description |
---|---|
org.ldaptive.auth | |
org.ldaptive.concurrent |
Modifier and Type | Method and Description |
---|---|
protected SearchOperation |
AbstractSearchOperationFactory.createSearchOperation(Connection conn)
Creates a new search operation configured with the properties on this factory.
|
Modifier and Type | Method and Description |
---|---|
protected SearchOperation |
AbstractSearchExecutor.createSearchOperation(Connection conn)
Creates a new search operation configured with the properties on this search executor.
|
Modifier and Type | Method and Description |
---|---|
protected Callable<Response<SearchResult>> |
QueueingSearchExecutor.createCallable(Connection conn,
SearchOperation operation,
SearchRequest request,
BlockingQueue<QueueingSearchExecutor.SearchItem> queue)
Returns a
Callable that executes the supplied request with the supplied operation in a try-finally block
that opens and closes the connection. |
Constructor and Description |
---|
SearchOperationWorker(SearchOperation op)
Creates a new search operation worker.
|
SearchOperationWorker(SearchOperation op,
ExecutorService es)
Creates a new search operation worker.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.