Uses of Class
edu.vt.middleware.ldap.pool.LdapPoolException
-
Packages that use LdapPoolException Package Description edu.vt.middleware.ldap.pool -
-
Uses of LdapPoolException in edu.vt.middleware.ldap.pool
Subclasses of LdapPoolException in edu.vt.middleware.ldap.pool Modifier and Type Class Description 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 Modifier and Type Method Description 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
BlockingLdapPool. checkOut()
Returns an ldap object from the pool.T
LdapPool. checkOut()
Returns an ldap object from the pool.Ldap
SharedLdapPool. checkOut()
Returns an ldap object from the pool.Ldap
SoftLimitLdapPool. checkOut()
Returns an ldap object from the pool.
-