Interface | Description |
---|---|
ManagedResource |
Objects that implement this interface can be returned from a ResourceFactory
|
Class | Description |
---|---|
PooledResourceFactory |
A resource factory that provides object pooling
|
ResourceFactory |
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 | Description |
---|---|
ResourceException |
An exception that is thrown by ResourceManager
|
ResourceFactoryNotFoundException |
Thrown when the specified resource factory cannot be found.
|
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.