|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface SessionPool
Configures the size of the session pool.
Optional Element Summary | |
---|---|
int |
maxConcurrent
Maximum number of concurrent instances. |
long |
maxConcurrentTimeout
Timeout for concurrent instances. |
int |
maxIdle
Maximum number of idle instances. |
public abstract int maxIdle
public abstract int maxConcurrent
public abstract long maxConcurrentTimeout
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |