Klasse ResourcePool<W extends WrapperResource<W,R>,R extends GroupCloseable>
java.lang.Object
ch.nolix.core.resourcecontrol.resourcepool.ResourcePool<W,R>
- Alle implementierten Schnittstellen:
Closeable
,CloseStateRequestable
,GroupCloseable
,IResourcePool<W>
,AutoCloseable
- Bekannte direkte Unterklassen:
SqlConnectionPool
public abstract class ResourcePool<W extends WrapperResource<W,R>,R extends GroupCloseable>
extends Object
implements IResourcePool<W>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal W
protected abstract R
protected abstract W
createWrapperResourceWithResource
(R resource) final ICloseController
final void
Lets the currentGroupCloseable
note a close.Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo, isClosed
-
Konstruktordetails
-
ResourcePool
public ResourcePool()
-
-
Methodendetails
-
borrowResource
- Angegeben von:
borrowResource
in SchnittstelleIResourcePool<W extends WrapperResource<W,
R>> - Gibt zurück:
- resource from the current
IResourcePool
which will be borrowed. When The resource is closed its internal resource will be given back to the currentIResourcePool
and will be available again.
-
getStoredCloseController
- Angegeben von:
getStoredCloseController
in SchnittstelleGroupCloseable
- Gibt zurück:
- the
ICloseController
of the currentGroupCloseable
.
-
noteClose
public final void noteClose()Beschreibung aus Schnittstelle kopiert:GroupCloseable
Lets the currentGroupCloseable
note a close.- Angegeben von:
noteClose
in SchnittstelleGroupCloseable
-
createResource
-
createWrapperResourceWithResource
-