public abstract class AbstractPrefillPool extends AbstractPool implements PrefillPool
log
Modifier | Constructor and Description |
---|---|
protected |
AbstractPrefillPool(javax.resource.spi.ManagedConnectionFactory mcf,
PoolConfiguration pc,
boolean noTxSeparatePools)
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, flush, flush, getConnection, getConnectionListenerFactory, getKey, getLogger, getManagedConnectionFactory, getManagedConnectionPool, getName, getStatistics, getTransactionIntegration, getTransactionManager, getTransactionSynchronizationRegistry, internalTestConnection, returnConnection, setConnectionListenerFactory, setName, shutdown, testConnection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
emptyManagedConnectionPool, getConnection, getLogger, getManagedConnectionFactory, returnConnection, setConnectionListenerFactory, setName, shutdown
flush, flush, getName, getStatistics, testConnection
protected AbstractPrefillPool(javax.resource.spi.ManagedConnectionFactory mcf, PoolConfiguration pc, boolean noTxSeparatePools)
mcf
- the managed connection factorypc
- the pool configurationnoTxSeparatePools
- noTxSeparatePoolpublic 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 ? 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)