Schnittstelle IResourcePool<R extends AutoCloseable>
- Typparameter:
R
- is the type of the resources of aIResourcePool
.
- Alle Superschnittstellen:
AutoCloseable
,Closeable
,CloseStateRequestable
,GroupCloseable
- Alle bekannten Implementierungsklassen:
ResourcePool
,SqlConnectionPool
A
IResourcePool
manages resources that are AutoCloseable
s.- Version:
- 2024-01-24
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosed, noteClose
-
Methodendetails
-
borrowResource
R borrowResource()- 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.
-