Package org.apache.openejb.jee.jba
Class ContainerPoolConf
- java.lang.Object
-
- org.apache.openejb.jee.jba.ContainerPoolConf
-
public class ContainerPoolConf extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmaximumSizeprotected StringminimumSizeprotected StringstrictMaximumSizeprotected StringstrictTimeout
-
Constructor Summary
Constructors Constructor Description ContainerPoolConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMaximumSize()Gets the value of the maximumSize property.StringgetMinimumSize()Gets the value of the minimumSize property.StringgetStrictMaximumSize()Gets the value of the strictMaximumSize property.StringgetStrictTimeout()Gets the value of the strictTimeout property.voidsetMaximumSize(String value)Sets the value of the maximumSize property.voidsetMinimumSize(String value)Sets the value of the minimumSize property.voidsetStrictMaximumSize(String value)Sets the value of the strictMaximumSize property.voidsetStrictTimeout(String value)Sets the value of the strictTimeout property.
-
-
-
Method Detail
-
getMinimumSize
public String getMinimumSize()
Gets the value of the minimumSize property.- Returns:
- possible object is
String
-
setMinimumSize
public void setMinimumSize(String value)
Sets the value of the minimumSize property.- Parameters:
value- allowed object isString
-
getMaximumSize
public String getMaximumSize()
Gets the value of the maximumSize property.- Returns:
- possible object is
String
-
setMaximumSize
public void setMaximumSize(String value)
Sets the value of the maximumSize property.- Parameters:
value- allowed object isString
-
getStrictMaximumSize
public String getStrictMaximumSize()
Gets the value of the strictMaximumSize property.- Returns:
- possible object is
String
-
setStrictMaximumSize
public void setStrictMaximumSize(String value)
Sets the value of the strictMaximumSize property.- Parameters:
value- allowed object isString
-
getStrictTimeout
public String getStrictTimeout()
Gets the value of the strictTimeout property.- Returns:
- possible object is
String
-
-