public class SMPPConnectionPool
extends org.apache.commons.pool2.impl.GenericObjectPool<org.jsmpp.session.SMPPSession>
Constructor and Description |
---|
SMPPConnectionPool(org.apache.commons.pool2.PooledObjectFactory<org.jsmpp.session.SMPPSession> factory)
Constructor.
|
SMPPConnectionPool(org.apache.commons.pool2.PooledObjectFactory<org.jsmpp.session.SMPPSession> factory,
org.apache.commons.pool2.impl.GenericObjectPoolConfig config)
Constructor.
|
addObject, borrowObject, borrowObject, clear, close, evict, getFactory, getFactoryType, getLogAbandoned, getMaxIdle, getMinIdle, getNumActive, getNumIdle, getNumWaiters, getRemoveAbandonedOnBorrow, getRemoveAbandonedOnMaintenance, getRemoveAbandonedTimeout, invalidateObject, isAbandonedConfig, listAllObjects, returnObject, setAbandonedConfig, setConfig, setMaxIdle, setMinIdle, use
getBlockWhenExhausted, getBorrowedCount, getCreatedCount, getCreationStackTrace, getDestroyedByBorrowValidationCount, getDestroyedByEvictorCount, getDestroyedCount, getEvictionPolicyClassName, getJmxName, getLifo, getMaxBorrowWaitTimeMillis, getMaxTotal, getMaxWaitMillis, getMeanActiveTimeMillis, getMeanBorrowWaitTimeMillis, getMeanIdleTimeMillis, getMinEvictableIdleTimeMillis, getNumTestsPerEvictionRun, getReturnedCount, getSoftMinEvictableIdleTimeMillis, getSwallowedExceptionListener, getTestOnBorrow, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, isClosed, setBlockWhenExhausted, setEvictionPolicyClassName, setLifo, setMaxTotal, setMaxWaitMillis, setMinEvictableIdleTimeMillis, setNumTestsPerEvictionRun, setSoftMinEvictableIdleTimeMillis, setSwallowedExceptionListener, setTestOnBorrow, setTestOnReturn, setTestWhileIdle, setTimeBetweenEvictionRunsMillis
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBlockWhenExhausted, getBorrowedCount, getCreatedCount, getCreationStackTrace, getDestroyedByBorrowValidationCount, getDestroyedByEvictorCount, getDestroyedCount, getLifo, getMaxBorrowWaitTimeMillis, getMaxTotal, getMaxWaitMillis, getMeanActiveTimeMillis, getMeanBorrowWaitTimeMillis, getMeanIdleTimeMillis, getMinEvictableIdleTimeMillis, getNumTestsPerEvictionRun, getReturnedCount, getTestOnBorrow, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, isClosed
public SMPPConnectionPool(org.apache.commons.pool2.PooledObjectFactory<org.jsmpp.session.SMPPSession> factory)
factory
- public SMPPConnectionPool(org.apache.commons.pool2.PooledObjectFactory<org.jsmpp.session.SMPPSession> factory, org.apache.commons.pool2.impl.GenericObjectPoolConfig config)
factory
- config
-