org.apache.commons.pool.impl
クラス GenericObjectPool.Config
java.lang.Object
org.apache.commons.pool.impl.GenericObjectPool.Config
- 含まれているクラス:
- GenericObjectPool
- public static class GenericObjectPool.Config
- extends Object
GenericObjectPool のための設定情報を格納したシンプルな "構造体(のようなもの)" です。
A simple "struct" encapsulating the
configuration information for a {@link GenericObjectPool}.
- 関連項目:
GenericObjectPool.GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,org.apache.commons.pool.impl.GenericObjectPool.Config),
GenericObjectPool.setConfig(org.apache.commons.pool.impl.GenericObjectPool.Config)
maxActive
public int maxActive
maxIdle
public int maxIdle
maxWait
public long maxWait
minEvictableIdleTimeMillis
public long minEvictableIdleTimeMillis
minIdle
public int minIdle
numTestsPerEvictionRun
public int numTestsPerEvictionRun
testOnBorrow
public boolean testOnBorrow
testOnReturn
public boolean testOnReturn
testWhileIdle
public boolean testWhileIdle
timeBetweenEvictionRunsMillis
public long timeBetweenEvictionRunsMillis
whenExhaustedAction
public byte whenExhaustedAction
GenericObjectPool.Config
public GenericObjectPool.Config()
このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation