
public abstract class AbstractPrefillPool extends AbstractPool implements PrefillPool
log| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPrefillPool(javax.resource.spi.ManagedConnectionFactory mcf,
org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
Create a new prefill pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
prefill(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, isSharable, isShutdown, returnConnection, setCapacity, setConnectionManager, setName, shutdown, testConnection, testConnectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitemptyManagedConnectionPool, findConnectionListener, findConnectionListener, getCapacity, getConnection, getLogger, getManagedConnectionFactory, isSharable, isShutdown, returnConnection, setCapacity, setConnectionManager, setName, shutdownprotected AbstractPrefillPool(javax.resource.spi.ManagedConnectionFactory mcf,
org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
mcf - the managed connection factorypc - the pool configurationnoTxSeparatePools - noTxSeparatePoolsharable - Are the connections sharablepublic void prefill(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 © 2013 IronJacamar (http://www.ironjacamar.org)