Uses of Interface
org.ldaptive.pool.PruneStrategy

Packages that use PruneStrategy
org.ldaptive.pool   
 

Uses of PruneStrategy in org.ldaptive.pool
 

Classes in org.ldaptive.pool that implement PruneStrategy
 class IdlePruneStrategy
          Removes connections from the pool based on how long they have been idle in the available queue.
 

Methods in org.ldaptive.pool that return PruneStrategy
 PruneStrategy AbstractPool.getPruneStrategy()
          Returns the prune strategy for this pool.
 

Methods in org.ldaptive.pool with parameters of type PruneStrategy
 void AbstractPool.setPruneStrategy(PruneStrategy ps)
          Sets the prune strategy for this pool.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.