QuickServer
v1.4.5

org.quickserver.net.server
Interface PoolManager

All Known Implementing Classes:
BasicPoolManager

public interface PoolManager

PoolManager interface.

Since:
1.4.5
Author:
Akshathkumar Shetty

Method Summary
 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)
           
 

Method Detail

makeByteBufferPool

public org.apache.commons.pool.ObjectPool makeByteBufferPool(org.apache.commons.pool.PoolableObjectFactory factory,
                                                             PoolConfig opConfig)

makeClientPool

public org.apache.commons.pool.ObjectPool makeClientPool(org.apache.commons.pool.PoolableObjectFactory factory,
                                                         PoolConfig opConfig)

makeClientHandlerPool

public org.apache.commons.pool.ObjectPool makeClientHandlerPool(org.apache.commons.pool.PoolableObjectFactory factory,
                                                                PoolConfig opConfig)

makeClientDataPool

public org.apache.commons.pool.ObjectPool makeClientDataPool(org.apache.commons.pool.PoolableObjectFactory factory,
                                                             PoolConfig opConfig)

QuickServer
v1.4.5

Copyright © 2003-2005 QuickServer.org