org.apache.openejb.jee.jba
Class ContainerPoolConf

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

public class ContainerPoolConf
extends java.lang.Object


Field Summary
protected  java.lang.String maximumSize
           
protected  java.lang.String minimumSize
           
protected  java.lang.String strictMaximumSize
           
protected  java.lang.String strictTimeout
           
 
Constructor Summary
ContainerPoolConf()
           
 
Method Summary
 java.lang.String getMaximumSize()
          Gets the value of the maximumSize property.
 java.lang.String getMinimumSize()
          Gets the value of the minimumSize property.
 java.lang.String getStrictMaximumSize()
          Gets the value of the strictMaximumSize property.
 java.lang.String getStrictTimeout()
          Gets the value of the strictTimeout property.
 void setMaximumSize(java.lang.String value)
          Sets the value of the maximumSize property.
 void setMinimumSize(java.lang.String value)
          Sets the value of the minimumSize property.
 void setStrictMaximumSize(java.lang.String value)
          Sets the value of the strictMaximumSize property.
 void setStrictTimeout(java.lang.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 java.lang.String minimumSize

maximumSize

protected java.lang.String maximumSize

strictMaximumSize

protected java.lang.String strictMaximumSize

strictTimeout

protected java.lang.String strictTimeout
Constructor Detail

ContainerPoolConf

public ContainerPoolConf()
Method Detail

getMinimumSize

public java.lang.String getMinimumSize()
Gets the value of the minimumSize property.

Returns:
possible object is String

setMinimumSize

public void setMinimumSize(java.lang.String value)
Sets the value of the minimumSize property.

Parameters:
value - allowed object is String

getMaximumSize

public java.lang.String getMaximumSize()
Gets the value of the maximumSize property.

Returns:
possible object is String

setMaximumSize

public void setMaximumSize(java.lang.String value)
Sets the value of the maximumSize property.

Parameters:
value - allowed object is String

getStrictMaximumSize

public java.lang.String getStrictMaximumSize()
Gets the value of the strictMaximumSize property.

Returns:
possible object is String

setStrictMaximumSize

public void setStrictMaximumSize(java.lang.String value)
Sets the value of the strictMaximumSize property.

Parameters:
value - allowed object is String

getStrictTimeout

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

Returns:
possible object is String

setStrictTimeout

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

Parameters:
value - allowed object is String


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