Package | Description |
---|---|
edu.vt.middleware.ldap.pool |
Modifier and Type | Class and 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. |
Modifier and Type | Method and 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.
|
T |
LdapPool.checkOut()
Returns an ldap object from the pool.
|
Ldap |
SoftLimitLdapPool.checkOut()
Returns an ldap object from the pool.
|
Ldap |
BlockingLdapPool.checkOut()
Returns an ldap object from the pool.
|
Ldap |
SharedLdapPool.checkOut()
Returns an ldap object from the pool.
|
Copyright © 2014. All rights reserved.