public abstract class Pool<T> extends Object
Pool()
Pool(int maxSize, int waitTimeout)
void
checkIn(T t)
T
chekOut()
abstract T
create()
int
size()
abstract boolean
validate(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pool()
public Pool(int maxSize, int waitTimeout)
public int size()
public T chekOut() throws Throwable
Throwable
public void checkIn(T t)
public abstract T create() throws Throwable
public abstract boolean validate(T t)
Copyright © 2020. All rights reserved.