public interface ClientPool<C,E extends java.lang.Exception>
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
ClientPool.Action<R,C,E extends java.lang.Exception>  | 
| Modifier and Type | Method and Description | 
|---|---|
<R> R | 
run(ClientPool.Action<R,C,E> action)  | 
<R> R | 
run(ClientPool.Action<R,C,E> action,
   boolean retry)  | 
<R> R run(ClientPool.Action<R,C,E> action) throws E extends java.lang.Exception, java.lang.InterruptedException
E extends java.lang.Exceptionjava.lang.InterruptedException<R> R run(ClientPool.Action<R,C,E> action, boolean retry) throws E extends java.lang.Exception, java.lang.InterruptedException
E extends java.lang.Exceptionjava.lang.InterruptedException