| Package | Description |
|---|---|
| com.gargoylesoftware.base.resource | |
| com.gargoylesoftware.base.resource.jdbc |
An implementation of.ResourceFactory that manages JDBC connections
|
| Modifier and Type | Class and Description |
|---|---|
class |
PooledResourceFactory
A resource factory that provides object pooling
|
| Modifier and Type | Field and Description |
|---|---|
private ResourceFactory |
PooledResourceFactory.sourceFactory_ |
| Modifier and Type | Method and Description |
|---|---|
private ResourceFactory |
ResourceManager.getResourceFactory(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceManager.addFactory(java.lang.String name,
ResourceFactory factory)
Adds a feature to the Factory attribute of the ResourceManager object
|
| Constructor and Description |
|---|
PooledResourceFactory(ResourceFactory sourceFactory)
Create an instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCResourceFactory
A ResourceFactory for JDBC connections
|