|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Context of the PoolingComponentAdapter used to initialize it.
| Method Summary | |
boolean |
autostartGC()
Allow the implementation to invoke the garbace collector manually if the pool is exhausted. |
int |
getMaxSize()
Retrieve the maximum size of the pool. |
int |
getMaxWaitInMilliseconds()
Retrieve the maximum number of milliseconds to wait for a returned element. |
ProxyFactory |
getProxyFactory()
Retrieve the ProxyFactory to use to create the pooling proxies. |
Resetter |
getResetter()
Retrieve the Resetter of the objects returning to the pool. |
int |
getSerializationMode()
Retrieve the serialization mode of the pool. |
| Method Detail |
public int getMaxSize()
PoolingComponentAdapter.UNLIMITED_SIZE for unlimited growth.
public int getMaxWaitInMilliseconds()
PoolingComponentAdapter.BLOCK_ON_WAIT or
PoolingComponentAdapter.FAIL_ON_WAIT.
public boolean autostartGC()
true for an internal call to System.gc()public ProxyFactory getProxyFactory()
ProxyFactorypublic Resetter getResetter()
Resetter of the objects returning to the pool.
public int getSerializationMode()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||