| org.jboss.resource.connectionmanager.PreFillPoolSupport
PreFillPoolSupport | public interface PreFillPoolSupport (Code) | | PreFillPoolSupport allows for prefilling connection pools.
author: Weston Price version: $Revision: 57189 $ |
Method Summary | |
public void | prefill() | public void | prefill(boolean noTxSeperatePool) | public void | prefill(Subject subject, ConnectionRequestInfo cri, boolean noTxnSeperatePool) | public boolean | shouldPreFill() Get the flag indicating whether or not to attempt to prefill this pool. |
prefill | public void prefill()(Code) | | Prefill the connection pool
|
prefill | public void prefill(boolean noTxSeperatePool)(Code) | | Prefill the connection pool
Parameters: noTxSeperatePool - whether or not we are seperating non transaction and transaction pools |
prefill | public void prefill(Subject subject, ConnectionRequestInfo cri, boolean noTxnSeperatePool)(Code) | | Prefill the connection pool
Parameters: subject - the subject the subject Parameters: cri - the connection request info Parameters: noTxnSeperatePool - whether or not we are seperating non transaction and transaction pools |
shouldPreFill | public boolean shouldPreFill()(Code) | | Get the flag indicating whether or not to attempt to prefill this pool.
true or false depending on whether or not to prefill this pool. |
|
|