public abstract class AbstractPrefillPool extends AbstractPool implements PrefillPool
log
Modifier | Constructor and Description |
---|---|
protected |
AbstractPrefillPool(javax.resource.spi.ManagedConnectionFactory mcf,
PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
Create a new prefill 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
|
emptyManagedConnectionPool, findConnectionListener, findConnectionListener, flush, flush, flush, getCapacity, getConnection, getConnectionManager, getKey, getLogger, getManagedConnectionFactory, getManagedConnectionPool, getManagedConnectionPools, getName, getStatistics, getTransactionIntegration, getTransactionManager, getTransactionSynchronizationRegistry, internalTestConnection, isFIFO, isSharable, isShutdown, returnConnection, setCapacity, setConnectionManager, setName, shutdown, testConnection, testConnection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
emptyManagedConnectionPool, findConnectionListener, findConnectionListener, getCapacity, getConnection, getLogger, getManagedConnectionFactory, isFIFO, isSharable, isShutdown, returnConnection, setCapacity, setConnectionManager, setName, shutdown
flush, flush, flush, getName, getStatistics, testConnection, testConnection
protected AbstractPrefillPool(javax.resource.spi.ManagedConnectionFactory mcf, PoolConfiguration pc, boolean noTxSeparatePools, boolean sharable)
mcf
- the managed connection factorypc
- the pool configurationnoTxSeparatePools
- noTxSeparatePoolsharable
- Are the connections sharablepublic void prefill(javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo cri, boolean noTxnSeperatePool)
prefill
in interface PrefillPool
subject
- the subject the subjectcri
- the connection request infonoTxnSeperatePool
- whether or not we are seperating non transaction and transaction poolsCopyright © 2013 IronJacamar (http://www.ironjacamar.org)