QuickServer
v1.4.7

org.quickserver.net.server.impl
Class BasicPoolManager

java.lang.Object
  extended byorg.quickserver.net.server.impl.BasicPoolManager
All Implemented Interfaces:
PoolManager

public class BasicPoolManager
extends java.lang.Object
implements PoolManager

BasicPoolManager class.

Since:
1.4.5
Author:
Akshathkumar Shetty

Constructor Summary
BasicPoolManager()
           
 
Method Summary
 void initPool(org.apache.commons.pool.ObjectPool objectPool, PoolConfig opConfig)
           
 org.apache.commons.pool.ObjectPool makeByteBufferPool(org.apache.commons.pool.PoolableObjectFactory factory, PoolConfig opConfig)
           
 org.apache.commons.pool.ObjectPool makeClientDataPool(org.apache.commons.pool.PoolableObjectFactory factory, PoolConfig opConfig)
           
 org.apache.commons.pool.ObjectPool makeClientHandlerPool(org.apache.commons.pool.PoolableObjectFactory factory, PoolConfig opConfig)
           
 org.apache.commons.pool.ObjectPool makeClientPool(org.apache.commons.pool.PoolableObjectFactory factory, PoolConfig opConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPoolManager

public BasicPoolManager()
Method Detail

makeByteBufferPool

public org.apache.commons.pool.ObjectPool makeByteBufferPool(org.apache.commons.pool.PoolableObjectFactory factory,
                                                             PoolConfig opConfig)
Specified by:
makeByteBufferPool in interface PoolManager

makeClientPool

public org.apache.commons.pool.ObjectPool makeClientPool(org.apache.commons.pool.PoolableObjectFactory factory,
                                                         PoolConfig opConfig)
Specified by:
makeClientPool in interface PoolManager

makeClientHandlerPool

public org.apache.commons.pool.ObjectPool makeClientHandlerPool(org.apache.commons.pool.PoolableObjectFactory factory,
                                                                PoolConfig opConfig)
Specified by:
makeClientHandlerPool in interface PoolManager

makeClientDataPool

public org.apache.commons.pool.ObjectPool makeClientDataPool(org.apache.commons.pool.PoolableObjectFactory factory,
                                                             PoolConfig opConfig)
Specified by:
makeClientDataPool in interface PoolManager

initPool

public void initPool(org.apache.commons.pool.ObjectPool objectPool,
                     PoolConfig opConfig)
Specified by:
initPool in interface PoolManager

QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org