org.apache.openejb.jee.sun
Class BeanPool
java.lang.Object
org.apache.openejb.jee.sun.BeanPool
public class BeanPool
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
steadyPoolSize
protected String steadyPoolSize
resizeQuantity
protected String resizeQuantity
maxPoolSize
protected String maxPoolSize
poolIdleTimeoutInSeconds
protected String poolIdleTimeoutInSeconds
maxWaitTimeInMillis
protected String maxWaitTimeInMillis
BeanPool
public BeanPool()
getSteadyPoolSize
public String getSteadyPoolSize()
setSteadyPoolSize
public void setSteadyPoolSize(String value)
getResizeQuantity
public String getResizeQuantity()
setResizeQuantity
public void setResizeQuantity(String value)
getMaxPoolSize
public String getMaxPoolSize()
setMaxPoolSize
public void setMaxPoolSize(String value)
getPoolIdleTimeoutInSeconds
public String getPoolIdleTimeoutInSeconds()
setPoolIdleTimeoutInSeconds
public void setPoolIdleTimeoutInSeconds(String value)
getMaxWaitTimeInMillis
public String getMaxWaitTimeInMillis()
setMaxWaitTimeInMillis
public void setMaxWaitTimeInMillis(String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.