|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PreFillPoolSupport
PreFillPoolSupport allows for prefilling connection pools.
Method Summary | |
---|---|
void |
prefill()
Prefill the connection pool |
void |
prefill(boolean noTxSeperatePool)
Prefill the connection pool |
void |
prefill(Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
boolean noTxnSeperatePool)
Prefill the connection pool |
boolean |
shouldPreFill()
Get the flag indicating whether or not to attempt to prefill this pool. |
Method Detail |
---|
void prefill()
void prefill(boolean noTxSeperatePool)
noTxSeperatePool
- whether or not we are seperating non transaction and transaction poolsvoid prefill(Subject subject, javax.resource.spi.ConnectionRequestInfo cri, boolean noTxnSeperatePool)
subject
- the subject the subjectcri
- the connection request infonoTxnSeperatePool
- whether or not we are seperating non transaction and transaction poolsboolean shouldPreFill()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |