org.priha.util
Interface Pool.PoolableFactory

All Known Implementing Classes:
JdbcProvider
Enclosing class:
Pool

public static interface Pool.PoolableFactory


Method Summary
 Pool.Poolable newPoolable(Pool p)
           
 

Method Detail

newPoolable

Pool.Poolable newPoolable(Pool p)
                          throws java.lang.Exception
Throws:
java.lang.Exception