|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.knowledgeplaza.soaptools.client.SoapConnectionPoolFactory
public class SoapConnectionPoolFactory
| Field Summary | |
|---|---|
static String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| Constructor Summary | |
|---|---|
SoapConnectionPoolFactory(String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
|
|
SoapConnectionPoolFactory(String poolname,
String applicationname)
|
|
| Method Summary | |
|---|---|
void |
activateObject(Object pArg0)
|
static SoapConnectionPool |
createConnectionPool(String poolname)
|
static SoapConnectionPool |
createConnectionPool(String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
Create a factory and a pool (using the GenericObjectPool) |
static SoapConnectionPool |
createConnectionPool(String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties,
SoapConnectionPoolFactory soapConnectionPoolFactory)
Create a pool (using the GenericObjectPool) |
static SoapConnectionPool |
createConnectionPool(String poolname,
String applicationname)
Create a factory and a pool (using the GenericObjectPool) |
static SoapConnectionPool |
createConnectionPool(String poolname,
String applicationname,
SoapConnectionPoolFactory soapConnectionPoolFactory)
Create a pool (using the GenericObjectPool) |
void |
destroyObject(Object pArg0)
|
static SoapConnectionPool |
getConnectionPool(Map storage,
String poolname)
|
static SoapConnectionPool |
getConnectionPool(Map storage,
String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
Get the soap pool from a map or create one |
static SoapConnectionPool |
getConnectionPool(Map storage,
String poolname,
String applicationname)
Get the soap pool from a map or create one |
static SoapConnectionPool |
getConnectionPool(String poolname)
|
static SoapConnectionPool |
getConnectionPool(String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
Get the database pool from the embedded map |
static SoapConnectionPool |
getConnectionPool(String poolname,
String applicationname)
Get the database pool from the embedded map |
String |
getPoolname()
|
String |
getPoolnameDescription()
|
String |
getWSDL()
|
Object |
makeObject()
|
void |
passivateObject(Object pArg0)
|
protected void |
setPoolname(String value)
|
void |
setWSDL(String value)
|
boolean |
validateObject(Object arg0)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SOURCECODE_VERSION
| Constructor Detail |
|---|
public SoapConnectionPoolFactory(String poolname,
String applicationname)
public SoapConnectionPoolFactory(String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
| Method Detail |
|---|
public String getPoolname()
protected void setPoolname(String value)
public String getPoolnameDescription()
public String getWSDL()
public void setWSDL(String value)
public void activateObject(Object pArg0)
activateObject in interface nl.knowledgeplaza.util.pool.PoolableObjectFactorypublic void destroyObject(Object pArg0)
destroyObject in interface nl.knowledgeplaza.util.pool.PoolableObjectFactorypublic Object makeObject()
makeObject in interface nl.knowledgeplaza.util.pool.PoolableObjectFactorypublic void passivateObject(Object pArg0)
passivateObject in interface nl.knowledgeplaza.util.pool.PoolableObjectFactorypublic boolean validateObject(Object arg0)
validateObject in interface nl.knowledgeplaza.util.pool.PoolableObjectFactory
public static SoapConnectionPool createConnectionPool(String poolname,
String applicationname)
public static SoapConnectionPool createConnectionPool(String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
public static SoapConnectionPool createConnectionPool(String poolname,
String applicationname,
SoapConnectionPoolFactory soapConnectionPoolFactory)
public static SoapConnectionPool createConnectionPool(String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties,
SoapConnectionPoolFactory soapConnectionPoolFactory)
public static SoapConnectionPool createConnectionPool(String poolname)
public static SoapConnectionPool getConnectionPool(Map storage,
String poolname,
String applicationname)
public static SoapConnectionPool getConnectionPool(Map storage,
String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
public static SoapConnectionPool getConnectionPool(Map storage,
String poolname)
public static SoapConnectionPool getConnectionPool(String poolname,
String applicationname)
public static SoapConnectionPool getConnectionPool(String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
public static SoapConnectionPool getConnectionPool(String poolname)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||