public class BeanPool extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
maxPoolSize |
protected String |
maxWaitTimeInMillis |
protected String |
poolIdleTimeoutInSeconds |
protected String |
resizeQuantity |
protected String |
steadyPoolSize |
| Constructor and Description |
|---|
BeanPool() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected String steadyPoolSize
protected String resizeQuantity
protected String maxPoolSize
protected String poolIdleTimeoutInSeconds
protected String maxWaitTimeInMillis
public String getSteadyPoolSize()
public void setSteadyPoolSize(String value)
public String getResizeQuantity()
public void setResizeQuantity(String value)
public String getMaxPoolSize()
public void setMaxPoolSize(String value)
public String getPoolIdleTimeoutInSeconds()
public void setPoolIdleTimeoutInSeconds(String value)
public String getMaxWaitTimeInMillis()
public void setMaxWaitTimeInMillis(String value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.