Package | Description |
---|---|
org.ldaptive.pool |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
ConnectionPool.getConnection()
Returns an object from the pool.
|
Connection |
SoftLimitConnectionPool.getConnection() |
abstract Connection |
AbstractConnectionPool.getConnection()
Returns a connection from the pool.
|
Connection |
BlockingConnectionPool.getConnection() |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.