| Package | Description |
|---|---|
| org.apache.openejb.util |
| Modifier and Type | Method and Description |
|---|---|
void |
Pool.Builder.setSupplier(Pool.Supplier<T> supplier) |
| Constructor and Description |
|---|
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–2014 The Apache Software Foundation. All rights reserved.