Uses of Interface
com.gargoylesoftware.base.resource.ManagedResource
Packages that use ManagedResource
Package
Description
Classes involving object stores.
An implementation of.ResourceFactory that manages JDBC connections
-
Uses of ManagedResource in com.gargoylesoftware.base.objectstore
Methods in com.gargoylesoftware.base.objectstore with parameters of type ManagedResourceModifier and TypeMethodDescriptionprotected final voidObjectStore.releaseResource(ManagedResource object) Release the specified resource -
Uses of ManagedResource in com.gargoylesoftware.base.resource
Methods in com.gargoylesoftware.base.resource that return ManagedResourceModifier and TypeMethodDescriptionfinal 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.Methods in com.gargoylesoftware.base.resource with parameters of type ManagedResourceModifier and TypeMethodDescriptionprivate voidResourceFactory.deregisterResource(ResourceManager resourceManager, ManagedResource resource) private voidResourceFactory.registerResource(ResourceManager resourceManager, ManagedResource resource) booleanPooledResourceFactory.reinitializeResourceIfPossible(ManagedResource resource) Reinitialize the resource to a known state.abstract booleanResourceFactory.reinitializeResourceIfPossible(ManagedResource resource) Reinitialize the resource to a known state.final voidResourceFactory.releaseResource(ResourceManager resourceManager, ManagedResource resource) Release the specified resource.final voidResourceManager.releaseResource(ManagedResource object) Release the specified resourceprotected 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 ManagedResource in com.gargoylesoftware.base.resource.jdbc
Classes in com.gargoylesoftware.base.resource.jdbc that implement ManagedResourceModifier and TypeClassDescriptionfinal classA wrapper for java.sql.Connection objects.Methods in com.gargoylesoftware.base.resource.jdbc that return ManagedResourceModifier and TypeMethodDescriptionprotected ManagedResourceJDBCResourceFactory.getResourceImpl(ResourceManager resourceManager) Allocate a resource for the specified storeMethods in com.gargoylesoftware.base.resource.jdbc with parameters of type ManagedResourceModifier and TypeMethodDescriptionbooleanJDBCResourceFactory.reinitializeResourceIfPossible(ManagedResource resource) Reinitialize the resource to a known state.protected voidJDBCResourceFactory.releaseResourceImpl(ResourceManager resourceManager, ManagedResource resource) Release the specified resource.