public interface PrefillPool extends Pool
Modifier and Type | Method and Description |
---|---|
void |
prefill(javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
boolean noTxnSeperatePool)
Prefill the connection pool
|
cancelShutdown, emptyManagedConnectionPool, findConnectionListener, findConnectionListener, getCapacity, getConnection, getInternalStatistics, getLock, getLogger, getManagedConnectionFactory, hasConnection, isFIFO, isFull, isIdle, isInterleaving, isSharable, isShutdown, prepareShutdown, returnConnection, setCapacity, setConnectionManager, setInterleaving, setName, shutdown
dumpQueuedThreads, flush, flush, flush, getName, getStatistics, testConnection, testConnection
void prefill(javax.security.auth.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 poolsCopyright © 2014 IronJacamar (http://www.ironjacamar.org)