xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.contrib.db.I_DbPool

Packages that use I_DbPool
org.xmlBlaster.contrib.db   
org.xmlBlaster.contrib.dbwatcher DbWatcher: Polling a database for changes. 
org.xmlBlaster.contrib.dbwatcher.detector   
org.xmlBlaster.contrib.dbwriter   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.test.classtest.queue   
org.xmlBlaster.test.contrib.db   
org.xmlBlaster.test.contrib.dbwatcher   
org.xmlBlaster.test.contrib.replication   
org.xmlBlaster.util.queue.jdbc   
 

Uses of I_DbPool in org.xmlBlaster.contrib.db
 

Classes in org.xmlBlaster.contrib.db that implement I_DbPool
 class DbPool
          Simple implementation of the database JDBC connection pool.
 class DbWaitingPool
          Simple implementation of the database JDBC connection pool.
 

Fields in org.xmlBlaster.contrib.db declared as I_DbPool
private  I_DbPool DbStorage.pool
           
 

Methods in org.xmlBlaster.contrib.db with parameters of type I_DbPool
 java.lang.String[] DbMetaHelper.getColumnNames(I_DbPool pool, java.lang.String catalog, java.lang.String schema, java.lang.String table)
          Returns an array of column names correctly sorted of the specified table.
 

Constructors in org.xmlBlaster.contrib.db with parameters of type I_DbPool
DbInfo(I_DbPool pool, java.lang.String id, I_Info info)
           
DbMetaHelper(I_DbPool pool)
          Initializes the object by reading the metadata of this database.
DbStorage(I_Info info, I_DbPool pool, java.lang.String context)
           
 

Uses of I_DbPool in org.xmlBlaster.contrib.dbwatcher
 

Fields in org.xmlBlaster.contrib.dbwatcher declared as I_DbPool
private  I_DbPool DbWatcher.dbPool
           
 

Methods in org.xmlBlaster.contrib.dbwatcher that return I_DbPool
static I_DbPool DbWatcher.getDbInfoPool(I_Info info)
          We scan for dbinfo.* properties and replace it with db.* in a second info object to use for the configuration of the DbPool.
static I_DbPool DbWatcher.getDbPool(I_Info info)
           
 

Methods in org.xmlBlaster.contrib.dbwatcher with parameters of type I_DbPool
static java.sql.Connection DbWatcher.releaseWithCommit(java.sql.Connection conn, I_DbPool pool)
          Helper method used for cleanup: invoke conn = DbWatcher.
 

Uses of I_DbPool in org.xmlBlaster.contrib.dbwatcher.detector
 

Fields in org.xmlBlaster.contrib.dbwatcher.detector declared as I_DbPool
protected  I_DbPool TimestampChangeDetector.dbPool
           
protected  I_DbPool MD5ChangeDetector.dbPool
           
 

Uses of I_DbPool in org.xmlBlaster.contrib.dbwriter
 

Fields in org.xmlBlaster.contrib.dbwriter declared as I_DbPool
private  I_DbPool DbWatcherTester.dbPool
           
private  I_DbPool StressGenerator.dbPool
           
private  I_DbPool DbWriter.dbPool
           
 

Methods in org.xmlBlaster.contrib.dbwriter that return I_DbPool
private static I_DbPool DbWriter.createPool(java.lang.ClassLoader cl, I_Info info)
           
 

Uses of I_DbPool in org.xmlBlaster.contrib.replication
 

Fields in org.xmlBlaster.contrib.replication declared as I_DbPool
private  I_DbPool ReplicationConverter.dbPool
           
protected  I_DbPool ReplicationWriter.pool
           
 

Methods in org.xmlBlaster.contrib.replication with parameters of type I_DbPool
 void TableToWatchInfo.removeFromDb(java.lang.String replicationPrefix, I_DbPool dbPool)
           
 void TableToWatchInfo.store(java.lang.String replPrefix, I_DbPool dbPool, java.sql.Connection conn)
          First checks if the entry exists already.
 void TableToWatchInfo.storeStatus(java.lang.String replicationPrefix, I_DbPool dbPool)
           
 

Uses of I_DbPool in org.xmlBlaster.contrib.replication.impl
 

Fields in org.xmlBlaster.contrib.replication.impl declared as I_DbPool
protected  I_DbPool SpecificDefault.dbPool
           
private  I_DbPool ReplManagerPlugin.pool
           
 

Methods in org.xmlBlaster.contrib.replication.impl that return I_DbPool
private  I_DbPool ReplManagerPlugin.initializePersistentInfo()
          Creates a I_DbPool object using the defaults out of the JDBC,1.0 Queue Properties and initializes the pool.
 

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type I_DbPool
static java.sql.Connection SpecificDefault.releaseIntoPool(java.sql.Connection conn, boolean doCommit, I_DbPool pool)
          Always returns null (to nullify the connection).
static java.sql.Connection SpecificDefault.removeFromPool(java.sql.Connection conn, boolean doRollback, I_DbPool pool)
          Always returns null (to nullify the connection).
 

Uses of I_DbPool in org.xmlBlaster.test.classtest.queue
 

Fields in org.xmlBlaster.test.classtest.queue declared as I_DbPool
private  I_DbPool DesignQueues2008InitialTest.pool
           
 

Uses of I_DbPool in org.xmlBlaster.test.contrib.db
 

Fields in org.xmlBlaster.test.contrib.db declared as I_DbPool
private  I_DbPool TestDbStorage.pool
           
 

Uses of I_DbPool in org.xmlBlaster.test.contrib.dbwatcher
 

Fields in org.xmlBlaster.test.contrib.dbwatcher declared as I_DbPool
private  I_DbPool TestTimestamp.dbPool
           
private  I_DbPool TestResultSetToXmlConverter.dbPool
           
 

Uses of I_DbPool in org.xmlBlaster.test.contrib.replication
 

Fields in org.xmlBlaster.test.contrib.replication declared as I_DbPool
private static I_DbPool TestDbSpecific.dbPool
           
private  I_DbPool TestReplicationWriter.dbPool
           
private  I_DbPool TestSyncPart.pool
           
private  I_DbPool TestDbBasics.pool
           
 

Methods in org.xmlBlaster.test.contrib.replication with parameters of type I_DbPool
 java.lang.String SpecificHelper.getOwnSchema(I_DbPool pool)
           
 void SpecificHelper.informativeStuff(I_DbPool pool)
          If the table does not exist we expect a null ResultSet
 

Uses of I_DbPool in org.xmlBlaster.util.queue.jdbc
 

Fields in org.xmlBlaster.util.queue.jdbc declared as I_DbPool
private  I_DbPool XBDatabaseAccessor.pool
           
 

Methods in org.xmlBlaster.util.queue.jdbc that return I_DbPool
 I_DbPool XBDatabaseAccessor.QueueGlobalInfo.getDbPool(I_Info info)
          Important: only invoke this method once to initially retrieve the pool.
 I_DbPool XBDatabaseAccessor.getPool()
          Returns the pool associated to this object.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.