Fields Summary |
---|
int | MAX_POOL_SIZE_DEFAULTBean Pool - maximum size, a pool of slsb can grow to. |
int | MAX_WAIT_TIME_DEFAULTBean Pool - maximum time a caller will have to wait when pool
has reached maximum configured size and an instance is not
available to process the incoming request. |
int | POOL_RESIZE_QTY_DEFAULTBean Pool - size of slsb pool grows in increments specified by
resize-quantity, within the configured upper limit max-pool-size. |
int | STEADY_POOL_SIZE_DEFAULTBean Pool - minimum number of slsb instances maintained in a pool. |
int | POOL_IDLE_TIMEOUT_DEFAULTBean Pool - idle bean instance in a pool becomes a candidate for
passivation (sfsb/eb) or deletion (slsb), when this timeout expires. |
int | MAX_CACHE_SIZE_DEFAULTBean Cache - sfsb and eb are created and cached, on demand. |
int | RESIZE_QUANTITY_DEFAULTBean Cache - resize quantity |
int | REMOVAL_TIMEOUT_DEFAULTBean Cache - Passivated bean (sfsb/eb) instance is removed if it
is not accesed within this time, after passivation |
int | CACHE_IDLE_TIMEOUT_DEFAULTBean Cache - idle bean instance in a pool becomes a candidate for
passivation (sfsb/eb) or deletion (slsb), when this timeout expires. |
int | REFRESH_PERIOD_IN_SECONDS_DEFAULTejb - refresh period in seconds |