public abstract class ObjectPool<T> extends Object
Constructor and Description |
---|
ObjectPool() |
ObjectPool(long expirationTime) |
Modifier and Type | Method and Description |
---|---|
void |
checkIn(T t) |
T |
checkOut() |
protected abstract T |
create() |
abstract void |
expire(T object) |
abstract boolean |
validate(T object) |
Copyright © 2017. All rights reserved.