|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.ContainerPoolConf
public class ContainerPoolConf
| Field Summary | |
|---|---|
protected String |
maximumSize
|
protected String |
minimumSize
|
protected String |
strictMaximumSize
|
protected String |
strictTimeout
|
| Constructor Summary | |
|---|---|
ContainerPoolConf()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String minimumSize
protected String maximumSize
protected String strictMaximumSize
protected String strictTimeout
| Constructor Detail |
|---|
public ContainerPoolConf()
| Method Detail |
|---|
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()
Stringpublic void setStrictTimeout(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||