Schnittstelle IResourcePool<R extends AutoCloseable>

Typparameter:
R - is the type of the resources of a IResourcePool.
Alle Superschnittstellen:
AutoCloseable, Closeable, CloseStateRequestable, GroupCloseable
Alle bekannten Implementierungsklassen:
ResourcePool, SqlConnectionPool

public interface IResourcePool<R extends AutoCloseable> extends GroupCloseable
A IResourcePool manages resources that are AutoCloseables.
Version:
2024-01-24
Autor:
Silvan Wyss
  • 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 current IResourcePool and will be available again.