Uses of Class
com.gargoylesoftware.base.resource.ResourceManager
Packages that use ResourceManager
Package
Description
Classes involving object stores.
An implementation of.ResourceFactory that manages JDBC connections
-
Uses of ResourceManager in com.gargoylesoftware.base.objectstore
Fields in com.gargoylesoftware.base.objectstore declared as ResourceManagerMethods in com.gargoylesoftware.base.objectstore that return ResourceManagerModifier and TypeMethodDescriptionfinal ResourceManager
ObjectStore.getResourceManager()
Gets the resource managerprivate ResourceManager
ObjectStore.getResourceManagerOrDie()
Return the resource manager.Methods in com.gargoylesoftware.base.objectstore with parameters of type ResourceManagerModifier and TypeMethodDescriptionfinal 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 ResourceManagerModifier and TypeMethodDescriptionprivate void
ResourceFactory.deregisterResource
(ResourceManager resourceManager, ManagedResource resource) final 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.final 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 ResourceManagerModifier and TypeMethodDescriptionprotected ManagedResource
JDBCResourceFactory.getResourceImpl
(ResourceManager resourceManager) Allocate a resource for the specified storeprotected void
JDBCResourceFactory.releaseResourceImpl
(ResourceManager resourceManager, ManagedResource resource) Release the specified resource.