Uses of Interface
org.ldaptive.pool.Activator

Packages that use Activator
org.ldaptive.pool   
 

Uses of Activator in org.ldaptive.pool
 

Classes in org.ldaptive.pool that implement Activator
 class ConnectActivator
          Activates a connection by attempting to open it.
 

Methods in org.ldaptive.pool that return Activator
 Activator<T> AbstractPool.getActivator()
          Returns the activator for this pool.
 Activator<Connection> ConnectionPool.getActivator()
          Returns the activator for this pool.
 

Methods in org.ldaptive.pool with parameters of type Activator
 void ConnectionPool.setActivator(Activator<Connection> a)
          Sets the activator for this pool.
 void AbstractPool.setActivator(Activator<T> a)
          Sets the activator for this pool.
 



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