|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.knowledgeplaza.soaptools.client.SoapConnectionPoolFactoryServletUtils
public class SoapConnectionPoolFactoryServletUtils
Servlet related helper methods for the JdbcConnectionPoolFactory. The splitup of these methods to this class eliminates any imports of servlet classes in JdbcConnectionPoolFactory, which would cause usage of JdbcConnectionPoolFactory outside a webapp to be problematic.
| Field Summary | |
|---|---|
static String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| Constructor Summary | |
|---|---|
SoapConnectionPoolFactoryServletUtils()
|
|
| Method Summary | |
|---|---|
static nl.knowledgeplaza.util.pool.ObjectPool |
getConnectionPool(javax.servlet.http.HttpServletRequest request,
String poolname)
|
static nl.knowledgeplaza.util.pool.ObjectPool |
getConnectionPool(javax.servlet.http.HttpServletRequest request,
String poolname,
String applicationname)
|
static nl.knowledgeplaza.util.pool.ObjectPool |
getConnectionPool(javax.servlet.http.HttpServletRequest request,
String poolname,
String applicationname,
boolean autocommit)
Deprecated. |
static nl.knowledgeplaza.util.pool.ObjectPool |
getConnectionPool(javax.servlet.http.HttpSession session,
String poolname)
|
static nl.knowledgeplaza.util.pool.ObjectPool |
getConnectionPool(javax.servlet.http.HttpSession session,
String poolname,
String applicationname)
|
static nl.knowledgeplaza.util.pool.ObjectPool |
getConnectionPool(javax.servlet.ServletContext context,
String poolname)
|
static nl.knowledgeplaza.util.pool.ObjectPool |
getConnectionPool(javax.servlet.ServletContext context,
String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
Get the database pool from a servlet context or create one |
static nl.knowledgeplaza.util.pool.ObjectPool |
getConnectionPool(javax.servlet.ServletContext context,
String poolname,
String applicationname)
Get the database pool from a servlet context or create one |
| 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 SoapConnectionPoolFactoryServletUtils()
| Method Detail |
|---|
public static nl.knowledgeplaza.util.pool.ObjectPool getConnectionPool(javax.servlet.ServletContext context,
String poolname,
nl.knowledgeplaza.util.ConfigurationProperties configurationProperties)
public static nl.knowledgeplaza.util.pool.ObjectPool getConnectionPool(javax.servlet.ServletContext context,
String poolname,
String applicationname)
public static nl.knowledgeplaza.util.pool.ObjectPool getConnectionPool(javax.servlet.ServletContext context,
String poolname)
public static nl.knowledgeplaza.util.pool.ObjectPool getConnectionPool(javax.servlet.http.HttpSession session,
String poolname,
String applicationname)
public static nl.knowledgeplaza.util.pool.ObjectPool getConnectionPool(javax.servlet.http.HttpSession session,
String poolname)
public static nl.knowledgeplaza.util.pool.ObjectPool getConnectionPool(javax.servlet.http.HttpServletRequest request,
String poolname,
String applicationname)
public static nl.knowledgeplaza.util.pool.ObjectPool getConnectionPool(javax.servlet.http.HttpServletRequest request,
String poolname)
public static nl.knowledgeplaza.util.pool.ObjectPool getConnectionPool(javax.servlet.http.HttpServletRequest request,
String poolname,
String applicationname,
boolean autocommit)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||