|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LdapPoolException | |
|---|---|
| edu.vt.middleware.ldap.pool | |
| Uses of LdapPoolException in edu.vt.middleware.ldap.pool |
|---|
| Subclasses of LdapPoolException in edu.vt.middleware.ldap.pool | |
|---|---|
class |
BlockingTimeoutException
BlockingTimeoutException is thrown when a blocking operation
times out. |
class |
LdapActivationException
LdapActivationException is thrown when an attempt to activate a
ldap object fails. |
class |
LdapPoolExhaustedException
LdapPoolExhaustedException is thrown when the pool is empty and
no need requests can be serviced. |
class |
LdapValidationException
LdapValidationException is thrown when an attempt to validate a
ldap object fails. |
class |
PoolInterruptedException
PoolInterruptedException is thrown when a pool thread is
unexpectedly interrupted while blocking. |
| Methods in edu.vt.middleware.ldap.pool that throw LdapPoolException | |
|---|---|
protected void |
AbstractLdapPool.activateAndValidate(T t)
Attempts to activate and validate an ldap object. |
protected Ldap |
BlockingLdapPool.blockAvailable()
This blocks until an ldap object can be aquired. |
Ldap |
SoftLimitLdapPool.checkOut()
Returns an ldap object from the pool. |
Ldap |
SharedLdapPool.checkOut()
Returns an ldap object from the pool. |
T |
LdapPool.checkOut()
Returns an ldap object from the pool. |
Ldap |
BlockingLdapPool.checkOut()
Returns an ldap object from the pool. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||