Uses of Class
net.spy.util.SpyConfig

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

Uses of SpyConfig in net.spy.db
 

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

Methods in net.spy.db with parameters of type SpyConfig
 void TransactionPipeline.addTransaction(Savable s, SpyConfig conf)
          Add a transaction to the pipeline without a context.
 void TransactionPipeline.addTransaction(Savable s, SpyConfig conf, SaveContext context)
          Add a transaction to the pipeline.
 java.sql.Connection ObjectPoolConnectionSource.getConnection(SpyConfig conf)
           
 java.sql.Connection JNDIConnectionSource.getConnection(SpyConfig conf)
          This will get a connection to the JNDI resource.
 java.sql.Connection JDBCConnectionSource.getConnection(SpyConfig conf)
          Get a new connection from JDBC.
 java.sql.Connection ConnectionSource.getConnection(SpyConfig conf)
          Get a new connection.
 ConnectionSource ConnectionSourceFactory.getConnectionSource(SpyConfig conf)
          Get a connection source by name.
 java.math.BigDecimal GetPK.getPrimaryKey(SpyConfig conf, java.lang.String table)
          Get a primary key from the database described in the given config.
 

Constructors in net.spy.db with parameters of type SpyConfig
DBCP(SpyConfig conf)
          Get a DBCP object with the given DBConfig.
DBSP(SpyConfig conf)
          Get a new DBSP object with a given config.
DBSQL(SpyConfig conf)
          Get a DBSQL object with the given DBConfig.
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.
SpyCacheDB(SpyConfig conf)
          Get a SpyCacheDB object as specified in the passed in config file.
SpyDB(SpyConfig c)
          Create a SpyDB object based on the description found in the passed in SpyConfig object.
 

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 cnf)
          Set the config file to use.
 

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



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