|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceManager | |
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 |
Uses of ResourceManager in com.gargoylesoftware.base.objectstore |
Methods in com.gargoylesoftware.base.objectstore that return ResourceManager | |
ResourceManager |
ObjectStore.getResourceManager()
Gets the resource manager |
Methods in com.gargoylesoftware.base.objectstore with parameters of type ResourceManager | |
void |
ObjectStore.setResourceManager(ResourceManager resourceManager)
Set the resource manager |
Uses of ResourceManager in com.gargoylesoftware.base.resource |
Methods in com.gargoylesoftware.base.resource with parameters of type ResourceManager | |
ManagedResource |
ResourceFactory.getResource(ResourceManager resourceManager)
Allocate a resource for the specified store |
void |
ResourceFactory.releaseResource(ResourceManager resourceManager,
ManagedResource resource)
Release the specified resource. |
void |
ResourceFactory.releaseAllResources(ResourceManager resourceManager)
Release all the resources that had been allocated by the specified store. |
protected abstract ManagedResource |
ResourceFactory.getResourceImpl(ResourceManager resourceManager)
Subclasses will override this to perform the actual allocation of the resource. |
protected abstract void |
ResourceFactory.releaseResourceImpl(ResourceManager resourceManager,
ManagedResource resource)
Subclasses will override this to perform the actual release of the resource. |
protected ManagedResource |
PooledResourceFactory.getResourceImpl(ResourceManager resourceManager)
Get a resource |
protected void |
PooledResourceFactory.releaseResourceImpl(ResourceManager resourceManager,
ManagedResource resource)
Release a resource |
Uses of ResourceManager in com.gargoylesoftware.base.resource.jdbc |
Methods in com.gargoylesoftware.base.resource.jdbc with parameters of type ResourceManager | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |