|
||||||||||
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_ALWAYS
Constant indicating that each broker will retain a single connection that it will use for its lifespan. |
static int |
CONN_RETAIN_DEMAND
Constant indicating that connections will be obtained as needed. |
static int |
CONN_RETAIN_TRANS
Constant 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 |