Interface DaoFactoryPool.PoolTask<T,R>
- Type Parameters:
T- the pooled factory typeR- what the work returns
- Enclosing class:
DaoFactoryPool<T extends PooledResourceUser>
public static interface DaoFactoryPool.PoolTask<T,R>
A unit of work to run against a borrowed factory.
-
Method Summary
-
Method Details
-
run
-