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 ResourceManagerObjectStore.getResourceManager()Gets the resource managerprivate ResourceManagerObjectStore.getResourceManagerOrDie()Return the resource manager.Methods in com.gargoylesoftware.base.objectstore with parameters of type ResourceManagerModifier and TypeMethodDescriptionfinal 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 ResourceManagerModifier and TypeMethodDescriptionprivate voidResourceFactory.deregisterResource(ResourceManager resourceManager, ManagedResource resource) final 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.final 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 ResourceManagerModifier and TypeMethodDescriptionprotected ManagedResourceJDBCResourceFactory.getResourceImpl(ResourceManager resourceManager) Allocate a resource for the specified storeprotected voidJDBCResourceFactory.releaseResourceImpl(ResourceManager resourceManager, ManagedResource resource) Release the specified resource.