站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 connector API Documentation 英文版文档

InternalManagedConnectionPool.PoolParams (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档


org.jboss.resource.connectionmanager
Class InternalManagedConnectionPool.PoolParams

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

public static class InternalManagedConnectionPool.PoolParams
extends Object


Field Summary
 int blockingTimeout
           
 long idleTimeout
           
 int maxSize
           
 int minSize
           
 
Constructor Summary
InternalManagedConnectionPool.PoolParams()
           
 
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
Constructor Detail

InternalManagedConnectionPool.PoolParams

public InternalManagedConnectionPool.PoolParams()


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