|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||