Package | Description |
---|---|
com.gargoylesoftware.base.objectstore |
Classes involving object stores.
|
com.gargoylesoftware.base.resource | |
com.gargoylesoftware.base.resource.jdbc |
An implementation of.ResourceFactory that manages JDBC connections
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectStore.releaseResource(ManagedResource object)
Release the specified resource
|
Modifier and Type | Method and Description |
---|---|
ManagedResource |
ResourceFactory.getResource(ResourceManager resourceManager)
Allocate a resource for the specified store
|
protected ManagedResource |
PooledResourceFactory.getResourceImpl(ResourceManager resourceManager)
Get a resource
|
protected abstract ManagedResource |
ResourceFactory.getResourceImpl(ResourceManager resourceManager)
Subclasses will override this to perform the actual allocation of the
resource.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PooledResourceFactory.reinitializeResourceIfPossible(ManagedResource resource)
Reinitialize the resource to a known state.
|
abstract boolean |
ResourceFactory.reinitializeResourceIfPossible(ManagedResource resource)
Reinitialize the resource to a known state.
|
void |
ResourceManager.releaseResource(ManagedResource object)
Release the specified resource
|
void |
ResourceFactory.releaseResource(ResourceManager resourceManager,
ManagedResource resource)
Release the specified resource.
|
protected void |
PooledResourceFactory.releaseResourceImpl(ResourceManager resourceManager,
ManagedResource resource)
Release a resource
|
protected abstract void |
ResourceFactory.releaseResourceImpl(ResourceManager resourceManager,
ManagedResource resource)
Subclasses will override this to perform the actual release of the
resource.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionWrapper
A wrapper for java.sql.Connection objects.
|
Modifier and Type | Method and Description |
---|---|
protected ManagedResource |
JDBCResourceFactory.getResourceImpl(ResourceManager resourceManager)
Allocate a resource for the specified store
|
Modifier and Type | Method and Description |
---|---|
boolean |
JDBCResourceFactory.reinitializeResourceIfPossible(ManagedResource resource)
Reinitialize the resource to a known state.
|
protected void |
JDBCResourceFactory.releaseResourceImpl(ResourceManager resourceManager,
ManagedResource resource)
Release the specified resource.
|
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.