FileDocCategorySizeDatePackage
PreFillPoolSupport.javaAPI DocJBoss 4.2.12236Fri Jul 13 21:01:18 BST 2007org.jboss.resource.connectionmanager

PreFillPoolSupport

public interface PreFillPoolSupport
PreFillPoolSupport allows for prefilling connection pools.
author
Weston Price
version
$Revision: 57189 $

Fields Summary
Constructors Summary
Methods Summary
public voidprefill()
Prefill the connection pool

public voidprefill(boolean noTxSeperatePool)
Prefill the connection pool

param
noTxSeperatePool whether or not we are seperating non transaction and transaction pools

public voidprefill(javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo cri, boolean noTxnSeperatePool)
Prefill the connection pool

param
subject the subject the subject
param
cri the connection request info
param
noTxnSeperatePool whether or not we are seperating non transaction and transaction pools

public booleanshouldPreFill()
Get the flag indicating whether or not to attempt to prefill this pool.

return
true or false depending on whether or not to prefill this pool.