Uses of Interface
org.ldaptive.pool.Passivator

Packages that use Passivator
org.ldaptive.pool   
 

Uses of Passivator in org.ldaptive.pool
 

Classes in org.ldaptive.pool that implement Passivator
 class BindPassivator
          Passivates a connection by performing a bind operation on it.
 class ClosePassivator
          Passivates a connection by attempting to close it.
 

Methods in org.ldaptive.pool that return Passivator
 Passivator<Connection> ConnectionPool.getPassivator()
          Returns the passivator for this pool.
 Passivator<T> AbstractPool.getPassivator()
          Returns the passivator for this pool.
 

Methods in org.ldaptive.pool with parameters of type Passivator
 void ConnectionPool.setPassivator(Passivator<Connection> p)
          Sets the passivator for this pool.
 void AbstractPool.setPassivator(Passivator<T> p)
          Sets the passivator for this pool.
 



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