org.apache.openejb.jee.sun
Class BeanPool

java.lang.Object
  extended by org.apache.openejb.jee.sun.BeanPool

public class BeanPool
extends Object


Field Summary
protected  String maxPoolSize
           
protected  String maxWaitTimeInMillis
           
protected  String poolIdleTimeoutInSeconds
           
protected  String resizeQuantity
           
protected  String steadyPoolSize
           
 
Constructor Summary
BeanPool()
           
 
Method Summary
 String getMaxPoolSize()
           
 String getMaxWaitTimeInMillis()
           
 String getPoolIdleTimeoutInSeconds()
           
 String getResizeQuantity()
           
 String getSteadyPoolSize()
           
 void setMaxPoolSize(String value)
           
 void setMaxWaitTimeInMillis(String value)
           
 void setPoolIdleTimeoutInSeconds(String value)
           
 void setResizeQuantity(String value)
           
 void setSteadyPoolSize(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

steadyPoolSize

protected String steadyPoolSize

resizeQuantity

protected String resizeQuantity

maxPoolSize

protected String maxPoolSize

poolIdleTimeoutInSeconds

protected String poolIdleTimeoutInSeconds

maxWaitTimeInMillis

protected String maxWaitTimeInMillis
Constructor Detail

BeanPool

public BeanPool()
Method Detail

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.