|
Class Summary |
| Client |
Client creates a ResourceLifecycleManager and uses that to acquire,
manage and release resources. |
| Connection |
Connection is a resource that implements both ManagedResource and
EvictionInteface. |
| ConnectionFactory |
The ConnectionFactory creates new connections based on a configured
strategy. |
| ConnectionPool |
The ConnectionPool class implements the Pooling pattern by
providing an implementation of the Pool interface. |
| ResourceGroup |
The ResourceGroup associates two or more resources with each
other. |
| ResourceLifecycleManager |
The ResourceLifecycleManager class provides the primary interface
for the RLM pattern. |
| ResourceType |
ResourceType is an Enum class containing the types of resources |
| SecurityToken |
SecurityToken is a resource that implements both ManagedResource
and EvictionInteface. |