| Interface Summary | |
|---|---|
| ManagedResource | Objects that implement this interface can be returned from a ResourceFactory |
| Class Summary | |
|---|---|
| PooledResourceFactory | A resource factory that provides object pooling |
| ResourceException | An exception that is thrown by ResourceManager |
| ResourceFactory | A class that can create instances of specific types of resources, such as JDBC connections. |
| ResourceFactoryNotFoundException | Thrown when the specified resource factory cannot be found. |
| ResourceManager | An object that manages the resources allocated by the resource factories |