Uses of Interface
org.ldaptive.handler.ResultHandler
-
Packages that use ResultHandler Package Description org.ldaptive org.ldaptive.ad.control.util org.ldaptive.extended org.ldaptive.transport -
-
Uses of ResultHandler in org.ldaptive
Fields in org.ldaptive declared as ResultHandler Modifier and Type Field Description private ResultHandler[]
AbstractOperation. resultHandlers
Functions to handle response results.private ResultHandler[]
AbstractSearchOperationFactory. resultHandlers
Functions to handle response results.Methods in org.ldaptive that return ResultHandler Modifier and Type Method Description ResultHandler[]
AbstractOperation. getResultHandlers()
ResultHandler[]
AbstractSearchOperationFactory. getResultHandlers()
Returns the search result handlers.Methods in org.ldaptive with parameters of type ResultHandler Modifier and Type Method Description B
AbstractOperation.AbstractBuilder. onResult(ResultHandler... handlers)
Sets the functions to execute when a result is received.CompareOperationHandle
CompareOperationHandle. onResult(ResultHandler... function)
OperationHandle<Q,S>
OperationHandle. onResult(ResultHandler... function)
Sets the functions to execute when a result is received.SearchOperationHandle
SearchOperationHandle. onResult(ResultHandler... function)
void
AbstractOperation. setResultHandlers(ResultHandler... handlers)
void
AbstractSearchOperationFactory. setResultHandlers(ResultHandler... handlers)
Sets the search result handlers. -
Uses of ResultHandler in org.ldaptive.ad.control.util
Fields in org.ldaptive.ad.control.util declared as ResultHandler Modifier and Type Field Description private ResultHandler[]
DirSyncClient. resultHandlers
Functions to handle response results.Methods in org.ldaptive.ad.control.util that return ResultHandler Modifier and Type Method Description ResultHandler[]
DirSyncClient. getResultHandlers()
Methods in org.ldaptive.ad.control.util with parameters of type ResultHandler Modifier and Type Method Description void
DirSyncClient. setResultHandlers(ResultHandler... handlers)
-
Uses of ResultHandler in org.ldaptive.extended
Methods in org.ldaptive.extended with parameters of type ResultHandler Modifier and Type Method Description ExtendedOperationHandle
ExtendedOperationHandle. onResult(ResultHandler... function)
-
Uses of ResultHandler in org.ldaptive.transport
Fields in org.ldaptive.transport declared as ResultHandler Modifier and Type Field Description private ResultHandler[]
DefaultOperationHandle. onResult
Functions to handle response results.Methods in org.ldaptive.transport that return ResultHandler Modifier and Type Method Description ResultHandler[]
DefaultOperationHandle. getOnResult()
Methods in org.ldaptive.transport with parameters of type ResultHandler Modifier and Type Method Description DefaultCompareOperationHandle
DefaultCompareOperationHandle. onResult(ResultHandler... function)
DefaultExtendedOperationHandle
DefaultExtendedOperationHandle. onResult(ResultHandler... function)
DefaultOperationHandle<Q,S>
DefaultOperationHandle. onResult(ResultHandler... function)
DefaultSearchOperationHandle
DefaultSearchOperationHandle. onResult(ResultHandler... function)
-