org.jboss.resource.connectionmanager
Class InternalManagedConnectionPool.PoolParams

java.lang.Object
  extended by org.jboss.resource.connectionmanager.InternalManagedConnectionPool.PoolParams
Enclosing class:
InternalManagedConnectionPool

public static class InternalManagedConnectionPool.PoolParams
extends Object


Field Summary
 long backgroundInterval
           
 boolean backgroundValidation
           
 int blockingTimeout
           
 long idleTimeout
           
 int maxSize
           
 int minSize
           
 boolean prefill
           
 
Constructor Summary
InternalManagedConnectionPool.PoolParams()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minSize

public int minSize

maxSize

public int maxSize

blockingTimeout

public int blockingTimeout

idleTimeout

public long idleTimeout

backgroundValidation

public boolean backgroundValidation

backgroundInterval

public long backgroundInterval

prefill

public boolean prefill
Constructor Detail

InternalManagedConnectionPool.PoolParams

public InternalManagedConnectionPool.PoolParams()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.