Uses of Interface
org.apache.openejb.util.Pool.Supplier

Packages that use Pool.Supplier
org.apache.openejb.util   
 

Uses of Pool.Supplier in org.apache.openejb.util
 

Methods in org.apache.openejb.util with parameters of type Pool.Supplier
 void Pool.Builder.setSupplier(Pool.Supplier<T> supplier)
           
 

Constructors in org.apache.openejb.util with parameters of type Pool.Supplier
Pool(int max, int min, boolean strict, long maxAge, long idleTimeout, long sweepInterval, Executor executor, Pool.Supplier<T> supplier, boolean replaceAged, double maxAgeOffset, boolean garbageCollection, boolean replaceFlushed)
           
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.