Uses of Interface
ch.nolix.baseapi.resourcecontrol.resourcepool.ResourcePool
Packages that use ResourcePool
Package
Description
-
Uses of ResourcePool in ch.nolix.base.resourcecontrol.resourcepool
Classes in ch.nolix.base.resourcecontrol.resourcepool that implement ResourcePoolModifier and TypeClassDescriptionclassAbstractResourcePool<W extends AbstractWrapperResource<W,R>, R extends GroupCloseable> -
Uses of ResourcePool in ch.nolix.base.sql.connectionpool
Classes in ch.nolix.base.sql.connectionpool that implement ResourcePool -
Uses of ResourcePool in ch.nolix.system.sqlschema.adapter
Methods in ch.nolix.system.sqlschema.adapter with parameters of type ResourcePoolModifier and TypeMethodDescriptionstatic SqlSchemaAdapterSqlSchemaAdapter.forDatabaseNameAndWithSqlConnectionPool(String databaseName, ResourcePool<ISqlConnection> sqlConnectionPool)