|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use I_PoolManager | |
| org.xmlBlaster.contrib.db | |
| org.xmlBlaster.protocol.jdbc | |
| org.xmlBlaster.test.classtest | Tests classes of the xmlBlaster distribution. |
| org.xmlBlaster.util.pool | |
| Uses of I_PoolManager in org.xmlBlaster.contrib.db |
| Classes in org.xmlBlaster.contrib.db that implement I_PoolManager | |
class |
DbPool
Simple implementation of the database JDBC connection pool. |
| Uses of I_PoolManager in org.xmlBlaster.protocol.jdbc |
| Classes in org.xmlBlaster.protocol.jdbc that implement I_PoolManager | |
private class |
NamedConnectionPool.UnnamedConnectionPool
Inner class, every user of the Named pool has its own connection pool. |
| Uses of I_PoolManager in org.xmlBlaster.test.classtest |
| Classes in org.xmlBlaster.test.classtest that implement I_PoolManager | |
(package private) class |
TestPoolManager.TestPool
This class does the resource pooling for TestResource, with the help of PoolManager |
| Uses of I_PoolManager in org.xmlBlaster.util.pool |
| Fields in org.xmlBlaster.util.pool declared as I_PoolManager | |
private I_PoolManager |
PoolManager.callback
The callback into the using application, which needs to implement the interface I_PoolManager |
| Constructors in org.xmlBlaster.util.pool with parameters of type I_PoolManager | |
PoolManager(java.lang.String poolName,
I_PoolManager callback,
int maxInstances,
long busyToIdleTimeout,
long idleToEraseTimeout)
Create a new pool instance with the desired behavior. |
|
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||