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 |
---|---|
ResourceManager |
ObjectStore.getResourceManager()
Gets the resource manager
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.setResourceManager(ResourceManager resourceManager)
Set the resource manager
|
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.
|
void |
ResourceFactory.releaseAllResources(ResourceManager resourceManager)
Release all the resources that had been allocated by the specified
store.
|
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 | Method and Description |
---|---|
protected ManagedResource |
JDBCResourceFactory.getResourceImpl(ResourceManager resourceManager)
Allocate a resource for the specified store
|
protected void |
JDBCResourceFactory.releaseResourceImpl(ResourceManager resourceManager,
ManagedResource resource)
Release the specified resource.
|
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.