|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Deployment.Pool
An openMDX Pool
| Method Summary | |
|---|---|
Integer |
getInitialCapacity()
The initial-capacity element identifies the initial number of instance which the openMDX Container will attempt to obtain during deployment. |
Integer |
getMaximumCapacity()
The maximum-capacity element identifies the maximum number of managed connections which the openMDX Container will allow. |
Long |
getMaximumWait()
The maximum-wait element defines the time in milliseconds to wait for an instance to be returned to the pool when there are maximum-capacity active instances. |
| Method Detail |
|---|
Integer getInitialCapacity()
The default initial capacity is 1.
Integer getMaximumCapacity()
The default maximum capacity is java.lang.Integer.MAX_VALUE, i.e.231-1.
Long getMaximumWait()
A value of 0 will mean not to wait at all. When a request times out waiting for an instance an Exception is generated and the call aborted.
The default timeout value is java.lang.Long.MAX_VALUE, i.e. 263-1.
getMaximumCapacity()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||