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. resultHandlersFunctions to handle response results.private ResultHandler[]AbstractOperationFactory. resultHandlersFunctions to handle response results.Methods in org.ldaptive that return ResultHandler Modifier and Type Method Description ResultHandler[]AbstractOperation. getResultHandlers()ResultHandler[]AbstractOperationFactory. getResultHandlers()Returns the search result handlers.Methods in org.ldaptive with parameters of type ResultHandler Modifier and Type Method Description BAbstractOperation.AbstractBuilder. onResult(ResultHandler... handlers)Sets the functions to execute when a result is received.CompareOperationHandleCompareOperationHandle. onResult(ResultHandler... function)OperationHandle<Q,S>OperationHandle. onResult(ResultHandler... function)Sets the functions to execute when a result is received.SearchOperationHandleSearchOperationHandle. onResult(ResultHandler... function)voidAbstractOperation. setResultHandlers(ResultHandler... handlers)voidAbstractOperationFactory. 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. resultHandlersFunctions 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 voidDirSyncClient. 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 ExtendedOperationHandleExtendedOperationHandle. 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. onResultFunctions 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 DefaultCompareOperationHandleDefaultCompareOperationHandle. onResult(ResultHandler... function)DefaultExtendedOperationHandleDefaultExtendedOperationHandle. onResult(ResultHandler... function)DefaultOperationHandle<Q,S>DefaultOperationHandle. onResult(ResultHandler... function)DefaultSearchOperationHandleDefaultSearchOperationHandle. onResult(ResultHandler... function)
-