org.apache.openejb.jee.wls
Class Pool

java.lang.Object
  extended by org.apache.openejb.jee.wls.Pool

public class Pool
extends java.lang.Object

Java class for pool complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="pool">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="max-beans-in-free-pool" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="initial-beans-in-free-pool" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="idle-timeout-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String id
           
protected  java.math.BigInteger idleTimeoutSeconds
           
protected  java.math.BigInteger initialBeansInFreePool
           
protected  java.math.BigInteger maxBeansInFreePool
           
 
Constructor Summary
Pool()
           
 
Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.math.BigInteger getIdleTimeoutSeconds()
          Gets the value of the idleTimeoutSeconds property.
 java.math.BigInteger getInitialBeansInFreePool()
          Gets the value of the initialBeansInFreePool property.
 java.math.BigInteger getMaxBeansInFreePool()
          Gets the value of the maxBeansInFreePool property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdleTimeoutSeconds(java.math.BigInteger value)
          Sets the value of the idleTimeoutSeconds property.
 void setInitialBeansInFreePool(java.math.BigInteger value)
          Sets the value of the initialBeansInFreePool property.
 void setMaxBeansInFreePool(java.math.BigInteger value)
          Sets the value of the maxBeansInFreePool property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxBeansInFreePool

protected java.math.BigInteger maxBeansInFreePool

initialBeansInFreePool

protected java.math.BigInteger initialBeansInFreePool

idleTimeoutSeconds

protected java.math.BigInteger idleTimeoutSeconds

id

protected java.lang.String id
Constructor Detail

Pool

public Pool()
Method Detail

getMaxBeansInFreePool

public java.math.BigInteger getMaxBeansInFreePool()
Gets the value of the maxBeansInFreePool property.

Returns:
possible object is BigInteger

setMaxBeansInFreePool

public void setMaxBeansInFreePool(java.math.BigInteger value)
Sets the value of the maxBeansInFreePool property.

Parameters:
value - allowed object is BigInteger

getInitialBeansInFreePool

public java.math.BigInteger getInitialBeansInFreePool()
Gets the value of the initialBeansInFreePool property.

Returns:
possible object is BigInteger

setInitialBeansInFreePool

public void setInitialBeansInFreePool(java.math.BigInteger value)
Sets the value of the initialBeansInFreePool property.

Parameters:
value - allowed object is BigInteger

getIdleTimeoutSeconds

public java.math.BigInteger getIdleTimeoutSeconds()
Gets the value of the idleTimeoutSeconds property.

Returns:
possible object is BigInteger

setIdleTimeoutSeconds

public void setIdleTimeoutSeconds(java.math.BigInteger value)
Sets the value of the idleTimeoutSeconds property.

Parameters:
value - allowed object is BigInteger

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


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