net.spy.pool
Class SNPPPoolFiller

java.lang.Object
  extended by net.spy.pool.PoolFiller
      extended by net.spy.pool.SNPPPoolFiller

public class SNPPPoolFiller
extends PoolFiller

PoolFiller object to fill a pool with SNPP PoolAbles


Constructor Summary
SNPPPoolFiller(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

SNPPPoolFiller

public SNPPPoolFiller(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.


Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.