Uses of Class
net.spy.SpyConfig

Packages that use SpyConfig
net.spy General Spy Utilites 
net.spy.db SPY Database Layer 
net.spy.pool Spy Object Pooling System 
 

Uses of SpyConfig in net.spy
 

Methods in net.spy that return SpyConfig
protected  SpyConfig SpyDB.getConfig()
          Get the configuration from which this SpyDB was instatiated.
 

Constructors in net.spy with parameters of type SpyConfig
SpyDB(SpyConfig c)
          Create a SpyDB object based on the description found in the passed in SpyConfig object.
 

Uses of SpyConfig in net.spy.db
 

Methods in net.spy.db with parameters of type SpyConfig
 String QuerySelector.getQuery(SpyConfig conf, Map queryMap)
          Get the query for the given config.
 Connection ObjectPoolConnectionSource.getConnection(SpyConfig conf)
           
 Connection JNDIConnectionSource.getConnection(SpyConfig conf)
          This will get a connection to the JNDI resource.
 Connection JDBCConnectionSource.getConnection(SpyConfig conf)
          Get a new connection from JDBC.
 BigDecimal GetPK.getPrimaryKey(SpyConfig conf, String table)
          Get a primary key from the database described in the given config.
 String DefaultQuerySelector.getQuery(SpyConfig conf, Map queryMap)
           
 Connection ConnectionSource.getConnection(SpyConfig conf)
          Get a new connection.
 

Constructors in net.spy.db with parameters of type SpyConfig
SpyCacheDB(SpyConfig conf)
          Get a SpyCacheDB object as specified in the passed in config file.
Saver(SpyConfig config)
          Get an instance of Saver with the given database config.
Saver(SpyConfig config, SaveContext context)
          Get an instance of saver with the given database config and context.
DBSQL(SpyConfig conf)
          Get a DBSQL object with the given DBConfig.
DBSP(SpyConfig conf)
          Get a new DBSP object with a given config.
DBCP(SpyConfig conf)
          Get a DBCP object with the given DBConfig.
 

Uses of SpyConfig in net.spy.pool
 

Methods in net.spy.pool that return SpyConfig
 SpyConfig PoolFiller.getConfig()
          Get the config this uses.
 

Methods in net.spy.pool with parameters of type SpyConfig
 void PoolFiller.setConfig(SpyConfig conf)
          Set the config file to use.
 

Constructors in net.spy.pool with parameters of type SpyConfig
SNPPPoolFiller(String name, SpyConfig conf)
           
PoolFiller(String name, SpyConfig conf)
          Get a PoolFiller object.
PoolContainer(String name, PoolFiller pf, SpyConfig conf)
          Create a new PoolContainer for a pool with a given name, and filler.
ObjectPool(SpyConfig conf)
           
JDBCPoolFiller(String name, SpyConfig conf)