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