Uses of Interface
com.gargoylesoftware.base.resource.ManagedResource
-
Packages that use ManagedResource 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 ManagedResource in com.gargoylesoftware.base.objectstore
Methods in com.gargoylesoftware.base.objectstore with parameters of type ManagedResource Modifier and Type Method Description protected voidObjectStore. releaseResource(ManagedResource object)Release the specified resource -
Uses of ManagedResource in com.gargoylesoftware.base.resource
Methods in com.gargoylesoftware.base.resource that return ManagedResource Modifier and Type Method Description 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 ManagedResource Modifier and Type Method Description private 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.voidResourceFactory. releaseResource(ResourceManager resourceManager, ManagedResource resource)Release the specified resource.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 ManagedResource Modifier and Type Class Description classConnectionWrapperA wrapper for java.sql.Connection objects.Methods in com.gargoylesoftware.base.resource.jdbc that return ManagedResource Modifier and Type Method Description protected ManagedResourceJDBCResourceFactory. getResourceImpl(ResourceManager resourceManager)Allocate a resource for the specified storeMethods in com.gargoylesoftware.base.resource.jdbc with parameters of type ManagedResource Modifier and Type Method Description booleanJDBCResourceFactory. reinitializeResourceIfPossible(ManagedResource resource)Reinitialize the resource to a known state.protected voidJDBCResourceFactory. releaseResourceImpl(ResourceManager resourceManager, ManagedResource resource)Release the specified resource.
-