|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public static @interface MQControl.ConnectionPool
| Optional Element Summary | |
|---|---|
int |
poolSize
Indicates the pool size of the mq connection |
int |
retryCount
Retry count |
int |
retryWait
Retry wait. |
int |
timeout
Connection Time out |
public abstract int poolSize
public abstract int timeout
public abstract int retryCount
public abstract int retryWait
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||