|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchOperation | |
|---|---|
| org.ldaptive.auth | |
| org.ldaptive.concurrent | |
| Uses of SearchOperation in org.ldaptive.auth |
|---|
| Methods in org.ldaptive.auth that return SearchOperation | |
|---|---|
protected SearchOperation |
AbstractSearchOperationFactory.createSearchOperation(Connection conn)
Creates a new search operation configured with the properties on this factory. |
| Uses of SearchOperation in org.ldaptive.concurrent |
|---|
| Methods in org.ldaptive.concurrent that return SearchOperation | |
|---|---|
protected SearchOperation |
AbstractSearchExecutor.createSearchOperation(Connection conn)
Creates a new search operation configured with the properties on this search executor. |
| Methods in org.ldaptive.concurrent with parameters of type SearchOperation | |
|---|---|
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. |
| Constructors in org.ldaptive.concurrent with parameters of type SearchOperation | |
|---|---|
SearchOperationWorker(SearchOperation op)
Creates a new search operation worker. |
|
SearchOperationWorker(SearchOperation op,
ExecutorService es)
Creates a new search operation worker. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||