|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SoapConnectionPool | |
|---|---|
| nl.knowledgeplaza.soaptools.client | |
| Uses of SoapConnectionPool in nl.knowledgeplaza.soaptools.client |
|---|
| Classes in nl.knowledgeplaza.soaptools.client that implement SoapConnectionPool | |
|---|---|
class |
SoapConnectionPoolWrapper
|
| Methods in nl.knowledgeplaza.soaptools.client that return SoapConnectionPool | |
|---|---|
static SoapConnectionPool |
SoapConnectionPoolFactory.createConnectionPool(String poolname)
|
static SoapConnectionPool |
SoapConnectionPoolFactory.createConnectionPool(String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
Create a factory and a pool (using the GenericObjectPool) |
static SoapConnectionPool |
SoapConnectionPoolFactory.createConnectionPool(String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties,
SoapConnectionPoolFactory soapConnectionPoolFactory)
Create a pool (using the GenericObjectPool) |
static SoapConnectionPool |
SoapConnectionPoolFactory.createConnectionPool(String poolname,
String applicationname)
Create a factory and a pool (using the GenericObjectPool) |
static SoapConnectionPool |
SoapConnectionPoolFactory.createConnectionPool(String poolname,
String applicationname,
SoapConnectionPoolFactory soapConnectionPoolFactory)
Create a pool (using the GenericObjectPool) |
static SoapConnectionPool |
SoapConnectionPoolFactory.getConnectionPool(Map storage,
String poolname)
|
static SoapConnectionPool |
SoapConnectionPoolFactory.getConnectionPool(Map storage,
String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
Get the soap pool from a map or create one |
static SoapConnectionPool |
SoapConnectionPoolFactory.getConnectionPool(Map storage,
String poolname,
String applicationname)
Get the soap pool from a map or create one |
static SoapConnectionPool |
SoapConnectionPoolFactory.getConnectionPool(String poolname)
|
static SoapConnectionPool |
SoapConnectionPoolFactory.getConnectionPool(String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
Get the database pool from the embedded map |
static SoapConnectionPool |
SoapConnectionPoolFactory.getConnectionPool(String poolname,
String applicationname)
Get the database pool from the embedded map |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||