xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.queue.jdbc.JdbcConnectionPool

Packages that use JdbcConnectionPool
org.xmlBlaster.contrib.db   
org.xmlBlaster.test.classtest.queue   
org.xmlBlaster.util.queue.jdbc   
 

Uses of JdbcConnectionPool in org.xmlBlaster.contrib.db
 

Fields in org.xmlBlaster.contrib.db declared as JdbcConnectionPool
private  JdbcConnectionPool DbWaitingPool.connectionPool
           
 

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

Fields in org.xmlBlaster.test.classtest.queue declared as JdbcConnectionPool
private  JdbcConnectionPool JdbcQueueTest.ConnectionConsumer.pool
           
 

Constructors in org.xmlBlaster.test.classtest.queue with parameters of type JdbcConnectionPool
JdbcQueueTest.ConnectionConsumer(JdbcConnectionPool pool, int count)
           
 

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

Fields in org.xmlBlaster.util.queue.jdbc declared as JdbcConnectionPool
private  JdbcConnectionPool CommonTableDatabaseAccessor.pool
           
private  JdbcConnectionPool PreparedQuery.pool
           
 

Methods in org.xmlBlaster.util.queue.jdbc that return JdbcConnectionPool
 JdbcConnectionPool CommonTableDatabaseAccessor.getPool()
          Returns the pool associated to this object.
 

Constructors in org.xmlBlaster.util.queue.jdbc with parameters of type JdbcConnectionPool
CommonTableDatabaseAccessor(JdbcConnectionPool pool, I_EntryFactory factory, java.lang.String managerName, I_Storage storage)
           
CommonTableDatabaseAccessorDelegate(JdbcConnectionPool pool, I_EntryFactory factory, java.lang.String managerName, I_Storage storage)
           
PreparedQuery(JdbcConnectionPool pool, java.lang.String request, boolean isAutoCommit, int fetchSize)
          This constructor can be used if you want to have several invocations whitin the same transaction.
PreparedQuery(JdbcConnectionPool pool, java.lang.String request, int fetchSize)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.