Uses of Class
org.ldaptive.pool.PoolException

Packages that use PoolException
org.ldaptive.pool   
 

Uses of PoolException in org.ldaptive.pool
 

Subclasses of PoolException in org.ldaptive.pool
 class ActivationException
          Thrown when an attempt to activate a pooled object fails.
 class BlockingTimeoutException
          Thrown when a blocking operation times out.
 class PoolExhaustedException
          Thrown when the pool is empty and no new requests can be serviced.
 class PoolInterruptedException
          Thrown when a pool thread is unexpectedly interrupted while blocking.
 class ValidationException
          Thrown when an attempt to validate a pooled object fails.
 

Methods in org.ldaptive.pool that throw PoolException
protected  void AbstractConnectionPool.activateAndValidateConnection(PooledConnectionProxy pc)
          Attempts to activate and validate a connection.
protected  PooledConnectionProxy BlockingConnectionPool.blockAvailableConnection()
          This blocks until a connection can be acquired.
 Connection BlockingConnectionPool.getConnection()
          Returns a connection from the pool.
abstract  Connection AbstractConnectionPool.getConnection()
          Returns a connection from the pool.
 Connection SoftLimitConnectionPool.getConnection()
          Returns a connection from the pool.
 Connection ConnectionPool.getConnection()
          Returns an object from the pool.
 



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