|
xmlBlaster 2.1.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.1.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||