在Jakarta Commons Pool中
StackObjectPool:它利用java
GenericObjectPool:是一個通用的對象池
GenericObjectPool(
PoolableObjectFactory<T> factory
int maxActive
byte whenExhaustedAction
long maxWait
int maxIdle
int minIdle
boolean testOnBorrow
boolean testOnReturn
long timeBetweenEvictionRunsMillis
int numTestsPerEvictionRun
long minEvictableIdleTimeMillis
boolean testWhileIdle
long softMinEvictableIdleTimeMillis
//對象被回收前在池中保持空閒狀態的最小時間毫秒數
boolean lifo //是否使用後進先出策略
)
返回目錄
編輯推薦
Java程序設計培訓視頻教程
J
J
Visual C++音頻/視頻技術開發與實戰
Oracle索引技術
ORACLE
[
From:http://tw.wingwit.com/Article/program/Java/gj/201311/27798.html