org.apache.commons.pool.impl
クラス GenericKeyedObjectPool.Config

java.lang.Object
  拡張org.apache.commons.pool.impl.GenericKeyedObjectPool.Config
含まれているクラス:
GenericKeyedObjectPool

public static class GenericKeyedObjectPool.Config
extends Object

GenericKeyedObjectPool のための設定情報を格納したシンプルな "構造体(のようなもの)" です。

A simple "struct" encapsulating the configuration information for a {@link GenericKeyedObjectPool}.

関連項目:
GenericKeyedObjectPool.GenericKeyedObjectPool(KeyedPoolableObjectFactory,GenericKeyedObjectPool.Config), GenericKeyedObjectPool.setConfig(org.apache.commons.pool.impl.GenericKeyedObjectPool.Config)

フィールドの概要
 int maxActive
           
 int maxIdle
           
 int maxTotal
           
 long maxWait
           
 long minEvictableIdleTimeMillis
           
 int numTestsPerEvictionRun
           
 boolean testOnBorrow
           
 boolean testOnReturn
           
 boolean testWhileIdle
           
 long timeBetweenEvictionRunsMillis
           
 byte whenExhaustedAction
           
 
コンストラクタの概要
GenericKeyedObjectPool.Config()
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

maxActive

public int maxActive

maxIdle

public int maxIdle

maxTotal

public int maxTotal

maxWait

public long maxWait

minEvictableIdleTimeMillis

public long minEvictableIdleTimeMillis

numTestsPerEvictionRun

public int numTestsPerEvictionRun

testOnBorrow

public boolean testOnBorrow

testOnReturn

public boolean testOnReturn

testWhileIdle

public boolean testWhileIdle

timeBetweenEvictionRunsMillis

public long timeBetweenEvictionRunsMillis

whenExhaustedAction

public byte whenExhaustedAction
コンストラクタの詳細

GenericKeyedObjectPool.Config

public GenericKeyedObjectPool.Config()


このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation