org.apache.openejb.jee.jba
Class ContainerPoolConf

java.lang.Object
  extended by org.apache.openejb.jee.jba.ContainerPoolConf

public class ContainerPoolConf
extends Object


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

minimumSize

protected String minimumSize

maximumSize

protected String maximumSize

strictMaximumSize

protected String strictMaximumSize

strictTimeout

protected String strictTimeout
Constructor Detail

ContainerPoolConf

public ContainerPoolConf()
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 is String

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 is String

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 is String

getStrictTimeout

public String getStrictTimeout()
Gets the value of the strictTimeout property.

Returns:
possible object is String

setStrictTimeout

public void setStrictTimeout(String value)
Sets the value of the strictTimeout property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.