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, testConnectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitemptyManagedConnectionPool, getConnection, getLogger, getManagedConnectionFactory, returnConnection, setConnectionListenerFactory, setName, shutdownflush, flush, getName, getStatistics, testConnectionprotected 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 PrefillPoolsubject - 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/)