| Interface | Description |
|---|---|
| FailureAwareContext |
| Class | Description |
|---|---|
| DelegatingContext |
Used by
PoolingContextSource to wrap a Context, delegating most methods
to the underlying context, retains a reference to the pool the context was checked out
from and returns itself to the pool when DelegatingContext.close() is called. |
| DelegatingDirContext |
Used by
PoolingContextSource to wrap a DirContext, delegating most methods
to the underlying context. |
| DelegatingLdapContext |
Used by
PoolingContextSource to wrap a LdapContext, delegating most methods
to the underlying context. |
| DirContextType |
An enum representing the two types of
DirContexts that can be returned by a
ContextSource. |
| MutableDelegatingLdapContext |
Used by
MutablePoolingContextSource to wrap a LdapContext,
delegating most methods to the underlying context. |
| Enum | Description |
|---|---|
| PoolExhaustedAction |