Uses of Class
org.ldaptive.concurrent.CallableWorker
Packages that use CallableWorker
-
Uses of CallableWorker in org.ldaptive.auth
Fields in org.ldaptive.auth declared as CallableWorkerModifier and TypeFieldDescriptionprivate final CallableWorker<String>AggregateDnResolver.callableWorkerTo submit operations to. -
Uses of CallableWorker in org.ldaptive.pool
Methods in org.ldaptive.pool with parameters of type CallableWorkerModifier and TypeMethodDescriptionprivate voidAbstractConnectionPool.closeConnections(CallableWorker<PooledConnectionProxy> callableWorker, List<PooledConnectionProxy> connections) Asynchronously closes all the connections in the supplied list.private List<PooledConnectionProxy>AbstractConnectionPool.createConnections(CallableWorker<PooledConnectionProxy> callableWorker, int count, boolean throwOnFailure) Asynchronously creates new connections and confirms that the connections can be passivated and validated.