public abstract class Pool<T> extends Object
| Constructor and Description |
|---|
Pool() |
Pool(int maxSize,
int waitTimeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkIn(T t) |
T |
chekOut() |
abstract T |
create() |
int |
size() |
abstract boolean |
validate(T t) |
Copyright © 2021. All rights reserved.