net.spy.pool
Class JDBCPoolFiller

java.lang.Object
  extended bynet.spy.pool.PoolFiller
      extended bynet.spy.pool.JDBCPoolFiller

public class JDBCPoolFiller
extends PoolFiller

PoolFiller object to fill a pool with JDBC PoolAbles


Constructor Summary
JDBCPoolFiller(String name, SpyConfig conf)
           
 
Method Summary
 PoolAble getObject()
          get a new object for the pool.
 
Methods inherited from class net.spy.pool.PoolFiller
debugName, getConfig, getName, getPoolHash, getProperty, getProperty, getPropertyInt, setConfig, setName, setPoolHash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCPoolFiller

public JDBCPoolFiller(String name,
                      SpyConfig conf)
Method Detail

getObject

public PoolAble getObject()
                   throws PoolException
get a new object for the pool. The following config entries are required: The following config entries are optional:

Specified by:
getObject in class PoolFiller
Throws:
PoolException - if a new connection could not be made.