Package org.apache.openejb.jee.sun
Class BeanPool
- java.lang.Object
-
- org.apache.openejb.jee.sun.BeanPool
-
public class BeanPool extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmaxPoolSizeprotected StringmaxWaitTimeInMillisprotected StringpoolIdleTimeoutInSecondsprotected StringresizeQuantityprotected StringsteadyPoolSize
-
Constructor Summary
Constructors Constructor Description BeanPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMaxPoolSize()StringgetMaxWaitTimeInMillis()StringgetPoolIdleTimeoutInSeconds()StringgetResizeQuantity()StringgetSteadyPoolSize()voidsetMaxPoolSize(String value)voidsetMaxWaitTimeInMillis(String value)voidsetPoolIdleTimeoutInSeconds(String value)voidsetResizeQuantity(String value)voidsetSteadyPoolSize(String value)
-
-
-
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)
-
-