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<T>
          This class implements basic object pool logic.
 class FastestFirstObjectPool<T>
          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<T>
          This class implements a priority pool.
 class RoundRobinObjectPool<T>
          This class implements a round robin (FIFO) pool.
 class StackObjectPool<T>
          This class implements a stack (LIFO) pool.
 

Fields in nl.knowledgeplaza.util.pool with type parameters of type ObjectPool
static List<Reference<ObjectPool>> BaseObjectPoolListener.cPools
           
 

Methods in nl.knowledgeplaza.util.pool that return ObjectPool
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.http.HttpServletRequest request, String poolname)
           
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.http.HttpServletRequest request, String poolname, String applicationname)
           
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.http.HttpServletRequest request, String poolname, String applicationname, boolean autocommit)
          Deprecated.  
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.http.HttpSession session, String poolname)
           
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.http.HttpSession session, String poolname, String applicationname)
           
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.ServletContext context, String poolname)
           
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.ServletContext context, String poolname, ConfigurationProperties configurationProperties)
          Get the database pool from a servlet context or create one
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.ServletContext context, String poolname, 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(String name, ObjectPool pool)
           
 



Copyright © 2012 KnowledgePlaza. All Rights Reserved.