Uses of Interface
com.mchange.v2.resourcepool.ResourcePool
-
Packages that use ResourcePool Package Description com.mchange.v2.resourcepool -
-
Uses of ResourcePool in com.mchange.v2.resourcepool
Subinterfaces of ResourcePool in com.mchange.v2.resourcepool Modifier and Type Interface Description interfaceEventSupportingResourcePoolMethods in com.mchange.v2.resourcepool that return ResourcePool Modifier and Type Method Description ResourcePoolBasicResourcePoolFactory. createPool(ResourcePool.Manager mgr)abstract ResourcePoolResourcePoolFactory. createPool(ResourcePool.Manager mgr)Constructors in com.mchange.v2.resourcepool with parameters of type ResourcePool Constructor Description ResourcePoolEvent(ResourcePool pool, java.lang.Object resc, boolean checked_out_resource, int pool_size, int available_size, int removed_but_unreturned_size)ResourcePoolEventSupport(ResourcePool source)
-