| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionRetainModes
Connection retain mode constants.
| Field Summary | |
|---|---|
| static int | CONN_RETAIN_ALWAYSConstant indicating that each broker will retain a single connection that it will use for its lifespan. | 
| static int | CONN_RETAIN_DEMANDConstant indicating that connections will be obtained as needed. | 
| static int | CONN_RETAIN_TRANSConstant indicating that connections will be retained for the life of each transaction. | 
| Field Detail | 
|---|
static final int CONN_RETAIN_DEMAND
static final int CONN_RETAIN_TRANS
static final int CONN_RETAIN_ALWAYS
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||