Uses of Class
com.gargoylesoftware.base.resource.ResourceManager
-
Packages that use ResourceManager 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 -
-
Uses of ResourceManager in com.gargoylesoftware.base.objectstore
Fields in com.gargoylesoftware.base.objectstore declared as ResourceManager Modifier and Type Field Description private ResourceManager
ObjectStore. resourceManager_
Methods in com.gargoylesoftware.base.objectstore that return ResourceManager Modifier and Type Method Description ResourceManager
ObjectStore. getResourceManager()
Gets the resource managerprivate ResourceManager
ObjectStore. getResourceManagerOrDie()
Return the resource manager.Methods in com.gargoylesoftware.base.objectstore with parameters of type ResourceManager Modifier and Type Method Description 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 Modifier and Type Method Description private void
ResourceFactory. deregisterResource(ResourceManager resourceManager, ManagedResource resource)
ManagedResource
ResourceFactory. getResource(ResourceManager resourceManager)
Allocate a resource for the specified storeprotected ManagedResource
PooledResourceFactory. getResourceImpl(ResourceManager resourceManager)
Get a resourceprotected abstract ManagedResource
ResourceFactory. getResourceImpl(ResourceManager resourceManager)
Subclasses will override this to perform the actual allocation of the resource.private void
ResourceFactory. registerResource(ResourceManager resourceManager, ManagedResource 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 resourceprotected abstract void
ResourceFactory. releaseResourceImpl(ResourceManager resourceManager, ManagedResource resource)
Subclasses will override this to perform the actual release of the resource. -
Uses of ResourceManager in com.gargoylesoftware.base.resource.jdbc
Methods in com.gargoylesoftware.base.resource.jdbc with parameters of type ResourceManager Modifier and Type Method Description protected ManagedResource
JDBCResourceFactory. getResourceImpl(ResourceManager resourceManager)
Allocate a resource for the specified storeprotected void
JDBCResourceFactory. releaseResourceImpl(ResourceManager resourceManager, ManagedResource resource)
Release the specified resource.
-