public class ContainerPoolConf extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
maximumSize |
protected String |
minimumSize |
protected String |
strictMaximumSize |
protected String |
strictTimeout |
| Constructor and Description |
|---|
ContainerPoolConf() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMaximumSize()
Gets the value of the maximumSize property.
|
String |
getMinimumSize()
Gets the value of the minimumSize property.
|
String |
getStrictMaximumSize()
Gets the value of the strictMaximumSize property.
|
String |
getStrictTimeout()
Gets the value of the strictTimeout property.
|
void |
setMaximumSize(String value)
Sets the value of the maximumSize property.
|
void |
setMinimumSize(String value)
Sets the value of the minimumSize property.
|
void |
setStrictMaximumSize(String value)
Sets the value of the strictMaximumSize property.
|
void |
setStrictTimeout(String value)
Sets the value of the strictTimeout property.
|
protected String minimumSize
protected String maximumSize
protected String strictMaximumSize
protected String strictTimeout
public String getMinimumSize()
Stringpublic void setMinimumSize(String value)
value - allowed object is
Stringpublic String getMaximumSize()
Stringpublic void setMaximumSize(String value)
value - allowed object is
Stringpublic String getStrictMaximumSize()
Stringpublic void setStrictMaximumSize(String value)
value - allowed object is
Stringpublic String getStrictTimeout()
StringCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.