Uses of Interface
nl.knowledgeplaza.util.pool.ObjectPool

Packages that use ObjectPool
nl.knowledgeplaza.util.pool   
 

Uses of ObjectPool in nl.knowledgeplaza.util.pool
 

Subinterfaces of ObjectPool in nl.knowledgeplaza.util.pool
 interface JdbcConnectionPool
          This is a JdbcConnection specific pool, it serves to get rid of the casting.
 

Classes in nl.knowledgeplaza.util.pool that implement ObjectPool
 class BaseObjectPool
          This class implements basic object pool logic.
 class FastestFirstObjectPool
          This class implements a priority pool based on the assumption that all pooled objects are the same but not identical.
 class JdbcConnectionPoolWrapper
          This is a JdbcConnection specific pool, it serves to get rid of the casting.
 class PriorityObjectPool
          This class implements a priority pool.
 class RoundRobinObjectPool
          This class implements a round robin (FIFO) pool.
 class StackObjectPool
          This class implements a stack (LIFO) pool.
 

Methods in nl.knowledgeplaza.util.pool that return ObjectPool
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.http.HttpServletRequest request, java.lang.String poolname)
           
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.http.HttpServletRequest request, java.lang.String poolname, java.lang.String applicationname)
           
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.http.HttpServletRequest request, java.lang.String poolname, java.lang.String applicationname, boolean autocommit)
          Deprecated.  
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.http.HttpSession session, java.lang.String poolname)
           
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.http.HttpSession session, java.lang.String poolname, java.lang.String applicationname)
           
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.ServletContext context, java.lang.String poolname)
           
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.ServletContext context, java.lang.String poolname, ConfigurationProperties configurationProperties)
          Get the database pool from a servlet context or create one
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.ServletContext context, java.lang.String poolname, java.lang.String applicationname)
          Get the database pool from a servlet context or create one
 

Constructors in nl.knowledgeplaza.util.pool with parameters of type ObjectPool
JdbcConnectionPoolDataSource(ObjectPool objectPool)
           
JdbcConnectionPoolWrapper(ObjectPool pool)
           
JdbcConnectionPoolWrapper(java.lang.String name, ObjectPool pool)
           
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.