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 classBlockingTimeoutExceptionBlockingTimeoutExceptionis thrown when a blocking operation times out.classLdapActivationExceptionLdapActivationExceptionis thrown when an attempt to activate a ldap object fails.classLdapPoolExhaustedExceptionLdapPoolExhaustedExceptionis thrown when the pool is empty and no need requests can be serviced.classLdapValidationExceptionLdapValidationExceptionis thrown when an attempt to validate a ldap object fails.classPoolInterruptedExceptionPoolInterruptedExceptionis 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 voidAbstractLdapPool. activateAndValidate(T t)Attempts to activate and validate an ldap object.protected LdapBlockingLdapPool. blockAvailable()This blocks until an ldap object can be aquired.LdapBlockingLdapPool. checkOut()Returns an ldap object from the pool.TLdapPool. checkOut()Returns an ldap object from the pool.LdapSharedLdapPool. checkOut()Returns an ldap object from the pool.LdapSoftLimitLdapPool. checkOut()Returns an ldap object from the pool.
-