Interface DaoFactoryPool.PoolTask<T,R>

Type Parameters:
T - the pooled factory type
R - 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

    Modifier and Type
    Method
    Description
    run(T theFactory)