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 ResourceManagerObjectStore. resourceManager_Methods in com.gargoylesoftware.base.objectstore that return ResourceManager Modifier and Type Method Description ResourceManagerObjectStore. getResourceManager()Gets the resource managerprivate ResourceManagerObjectStore. getResourceManagerOrDie()Return the resource manager.Methods in com.gargoylesoftware.base.objectstore with parameters of type ResourceManager Modifier and Type Method Description voidObjectStore. 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 voidResourceFactory. deregisterResource(ResourceManager resourceManager, ManagedResource resource)ManagedResourceResourceFactory. getResource(ResourceManager resourceManager)Allocate a resource for the specified storeprotected ManagedResourcePooledResourceFactory. getResourceImpl(ResourceManager resourceManager)Get a resourceprotected abstract ManagedResourceResourceFactory. getResourceImpl(ResourceManager resourceManager)Subclasses will override this to perform the actual allocation of the resource.private voidResourceFactory. registerResource(ResourceManager resourceManager, ManagedResource resource)voidResourceFactory. releaseAllResources(ResourceManager resourceManager)Release all the resources that had been allocated by the specified store.voidResourceFactory. releaseResource(ResourceManager resourceManager, ManagedResource resource)Release the specified resource.protected voidPooledResourceFactory. releaseResourceImpl(ResourceManager resourceManager, ManagedResource resource)Release a resourceprotected abstract voidResourceFactory. 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 ManagedResourceJDBCResourceFactory. getResourceImpl(ResourceManager resourceManager)Allocate a resource for the specified storeprotected voidJDBCResourceFactory. releaseResourceImpl(ResourceManager resourceManager, ManagedResource resource)Release the specified resource.
-