|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.avalon.excalibur.pool.DefaultPoolController
This is a PoolController
that controls how many
instances of a Poolable
are created at one time.
コンストラクタの概要 | |
DefaultPoolController()
|
|
DefaultPoolController(int amount)
|
メソッドの概要 | |
int |
grow()
Called when a Pool reaches it's minimum. |
int |
shrink()
Called when a pool reaches it's maximum. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public DefaultPoolController()
public DefaultPoolController(int amount)
メソッドの詳細 |
public int grow()
PoolController
の記述: PoolController
内の grow
org.apache.avalon.excalibur.pool.PoolController
からコピーされたタグ:public int shrink()
PoolController
の記述: PoolController
内の shrink
org.apache.avalon.excalibur.pool.PoolController
からコピーされたタグ:
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |