org.apache.openejb.jee.wls
Class ConnectionPoolParams

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

public class ConnectionPoolParams
extends Object

Java class for connection-pool-params complex type.

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

 <complexType name="connection-pool-params">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="initial-capacity" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="max-capacity" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="capacity-increment" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="shrinking-enabled" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
         <element name="shrink-frequency-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="highest-num-waiters" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="highest-num-unavailable" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="connection-creation-retry-frequency-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="connection-reserve-timeout-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="test-frequency-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="test-connections-on-create" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
         <element name="test-connections-on-release" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
         <element name="test-connections-on-reserve" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
         <element name="profile-harvest-frequency-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="ignore-in-use-connections-enabled" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger capacityIncrement
           
protected  BigInteger connectionCreationRetryFrequencySeconds
           
protected  BigInteger connectionReserveTimeoutSeconds
           
protected  BigInteger highestNumUnavailable
           
protected  BigInteger highestNumWaiters
           
protected  String id
           
protected  Boolean ignoreInUseConnectionsEnabled
           
protected  BigInteger initialCapacity
           
protected  BigInteger maxCapacity
           
protected  BigInteger profileHarvestFrequencySeconds
           
protected  BigInteger shrinkFrequencySeconds
           
protected  Boolean shrinkingEnabled
           
protected  Boolean testConnectionsOnCreate
           
protected  Boolean testConnectionsOnRelease
           
protected  Boolean testConnectionsOnReserve
           
protected  BigInteger testFrequencySeconds
           
 
Constructor Summary
ConnectionPoolParams()
           
 
Method Summary
 BigInteger getCapacityIncrement()
          Gets the value of the capacityIncrement property.
 BigInteger getConnectionCreationRetryFrequencySeconds()
          Gets the value of the connectionCreationRetryFrequencySeconds property.
 BigInteger getConnectionReserveTimeoutSeconds()
          Gets the value of the connectionReserveTimeoutSeconds property.
 BigInteger getHighestNumUnavailable()
          Gets the value of the highestNumUnavailable property.
 BigInteger getHighestNumWaiters()
          Gets the value of the highestNumWaiters property.
 String getId()
          Gets the value of the id property.
 Boolean getIgnoreInUseConnectionsEnabled()
          Gets the value of the ignoreInUseConnectionsEnabled property.
 BigInteger getInitialCapacity()
          Gets the value of the initialCapacity property.
 BigInteger getMaxCapacity()
          Gets the value of the maxCapacity property.
 BigInteger getProfileHarvestFrequencySeconds()
          Gets the value of the profileHarvestFrequencySeconds property.
 BigInteger getShrinkFrequencySeconds()
          Gets the value of the shrinkFrequencySeconds property.
 Boolean getShrinkingEnabled()
          Gets the value of the shrinkingEnabled property.
 Boolean getTestConnectionsOnCreate()
          Gets the value of the testConnectionsOnCreate property.
 Boolean getTestConnectionsOnRelease()
          Gets the value of the testConnectionsOnRelease property.
 Boolean getTestConnectionsOnReserve()
          Gets the value of the testConnectionsOnReserve property.
 BigInteger getTestFrequencySeconds()
          Gets the value of the testFrequencySeconds property.
 void setCapacityIncrement(BigInteger value)
          Sets the value of the capacityIncrement property.
 void setConnectionCreationRetryFrequencySeconds(BigInteger value)
          Sets the value of the connectionCreationRetryFrequencySeconds property.
 void setConnectionReserveTimeoutSeconds(BigInteger value)
          Sets the value of the connectionReserveTimeoutSeconds property.
 void setHighestNumUnavailable(BigInteger value)
          Sets the value of the highestNumUnavailable property.
 void setHighestNumWaiters(BigInteger value)
          Sets the value of the highestNumWaiters property.
 void setId(String value)
          Sets the value of the id property.
 void setIgnoreInUseConnectionsEnabled(Boolean value)
          Sets the value of the ignoreInUseConnectionsEnabled property.
 void setInitialCapacity(BigInteger value)
          Sets the value of the initialCapacity property.
 void setMaxCapacity(BigInteger value)
          Sets the value of the maxCapacity property.
 void setProfileHarvestFrequencySeconds(BigInteger value)
          Sets the value of the profileHarvestFrequencySeconds property.
 void setShrinkFrequencySeconds(BigInteger value)
          Sets the value of the shrinkFrequencySeconds property.
 void setShrinkingEnabled(Boolean value)
          Sets the value of the shrinkingEnabled property.
 void setTestConnectionsOnCreate(Boolean value)
          Sets the value of the testConnectionsOnCreate property.
 void setTestConnectionsOnRelease(Boolean value)
          Sets the value of the testConnectionsOnRelease property.
 void setTestConnectionsOnReserve(Boolean value)
          Sets the value of the testConnectionsOnReserve property.
 void setTestFrequencySeconds(BigInteger value)
          Sets the value of the testFrequencySeconds property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initialCapacity

protected BigInteger initialCapacity

maxCapacity

protected BigInteger maxCapacity

capacityIncrement

protected BigInteger capacityIncrement

shrinkingEnabled

protected Boolean shrinkingEnabled

shrinkFrequencySeconds

protected BigInteger shrinkFrequencySeconds

highestNumWaiters

protected BigInteger highestNumWaiters

highestNumUnavailable

protected BigInteger highestNumUnavailable

connectionCreationRetryFrequencySeconds

protected BigInteger connectionCreationRetryFrequencySeconds

connectionReserveTimeoutSeconds

protected BigInteger connectionReserveTimeoutSeconds

testFrequencySeconds

protected BigInteger testFrequencySeconds

testConnectionsOnCreate

protected Boolean testConnectionsOnCreate

testConnectionsOnRelease

protected Boolean testConnectionsOnRelease

testConnectionsOnReserve

protected Boolean testConnectionsOnReserve

profileHarvestFrequencySeconds

protected BigInteger profileHarvestFrequencySeconds

ignoreInUseConnectionsEnabled

protected Boolean ignoreInUseConnectionsEnabled

id

protected String id
Constructor Detail

ConnectionPoolParams

public ConnectionPoolParams()
Method Detail

getInitialCapacity

public BigInteger getInitialCapacity()
Gets the value of the initialCapacity property.

Returns:
possible object is BigInteger

setInitialCapacity

public void setInitialCapacity(BigInteger value)
Sets the value of the initialCapacity property.

Parameters:
value - allowed object is BigInteger

getMaxCapacity

public BigInteger getMaxCapacity()
Gets the value of the maxCapacity property.

Returns:
possible object is BigInteger

setMaxCapacity

public void setMaxCapacity(BigInteger value)
Sets the value of the maxCapacity property.

Parameters:
value - allowed object is BigInteger

getCapacityIncrement

public BigInteger getCapacityIncrement()
Gets the value of the capacityIncrement property.

Returns:
possible object is BigInteger

setCapacityIncrement

public void setCapacityIncrement(BigInteger value)
Sets the value of the capacityIncrement property.

Parameters:
value - allowed object is BigInteger

getShrinkingEnabled

public Boolean getShrinkingEnabled()
Gets the value of the shrinkingEnabled property.

Returns:
possible object is Boolean

setShrinkingEnabled

public void setShrinkingEnabled(Boolean value)
Sets the value of the shrinkingEnabled property.

Parameters:
value - allowed object is Boolean

getShrinkFrequencySeconds

public BigInteger getShrinkFrequencySeconds()
Gets the value of the shrinkFrequencySeconds property.

Returns:
possible object is BigInteger

setShrinkFrequencySeconds

public void setShrinkFrequencySeconds(BigInteger value)
Sets the value of the shrinkFrequencySeconds property.

Parameters:
value - allowed object is BigInteger

getHighestNumWaiters

public BigInteger getHighestNumWaiters()
Gets the value of the highestNumWaiters property.

Returns:
possible object is BigInteger

setHighestNumWaiters

public void setHighestNumWaiters(BigInteger value)
Sets the value of the highestNumWaiters property.

Parameters:
value - allowed object is BigInteger

getHighestNumUnavailable

public BigInteger getHighestNumUnavailable()
Gets the value of the highestNumUnavailable property.

Returns:
possible object is BigInteger

setHighestNumUnavailable

public void setHighestNumUnavailable(BigInteger value)
Sets the value of the highestNumUnavailable property.

Parameters:
value - allowed object is BigInteger

getConnectionCreationRetryFrequencySeconds

public BigInteger getConnectionCreationRetryFrequencySeconds()
Gets the value of the connectionCreationRetryFrequencySeconds property.

Returns:
possible object is BigInteger

setConnectionCreationRetryFrequencySeconds

public void setConnectionCreationRetryFrequencySeconds(BigInteger value)
Sets the value of the connectionCreationRetryFrequencySeconds property.

Parameters:
value - allowed object is BigInteger

getConnectionReserveTimeoutSeconds

public BigInteger getConnectionReserveTimeoutSeconds()
Gets the value of the connectionReserveTimeoutSeconds property.

Returns:
possible object is BigInteger

setConnectionReserveTimeoutSeconds

public void setConnectionReserveTimeoutSeconds(BigInteger value)
Sets the value of the connectionReserveTimeoutSeconds property.

Parameters:
value - allowed object is BigInteger

getTestFrequencySeconds

public BigInteger getTestFrequencySeconds()
Gets the value of the testFrequencySeconds property.

Returns:
possible object is BigInteger

setTestFrequencySeconds

public void setTestFrequencySeconds(BigInteger value)
Sets the value of the testFrequencySeconds property.

Parameters:
value - allowed object is BigInteger

getTestConnectionsOnCreate

public Boolean getTestConnectionsOnCreate()
Gets the value of the testConnectionsOnCreate property.

Returns:
possible object is Boolean

setTestConnectionsOnCreate

public void setTestConnectionsOnCreate(Boolean value)
Sets the value of the testConnectionsOnCreate property.

Parameters:
value - allowed object is Boolean

getTestConnectionsOnRelease

public Boolean getTestConnectionsOnRelease()
Gets the value of the testConnectionsOnRelease property.

Returns:
possible object is Boolean

setTestConnectionsOnRelease

public void setTestConnectionsOnRelease(Boolean value)
Sets the value of the testConnectionsOnRelease property.

Parameters:
value - allowed object is Boolean

getTestConnectionsOnReserve

public Boolean getTestConnectionsOnReserve()
Gets the value of the testConnectionsOnReserve property.

Returns:
possible object is Boolean

setTestConnectionsOnReserve

public void setTestConnectionsOnReserve(Boolean value)
Sets the value of the testConnectionsOnReserve property.

Parameters:
value - allowed object is Boolean

getProfileHarvestFrequencySeconds

public BigInteger getProfileHarvestFrequencySeconds()
Gets the value of the profileHarvestFrequencySeconds property.

Returns:
possible object is BigInteger

setProfileHarvestFrequencySeconds

public void setProfileHarvestFrequencySeconds(BigInteger value)
Sets the value of the profileHarvestFrequencySeconds property.

Parameters:
value - allowed object is BigInteger

getIgnoreInUseConnectionsEnabled

public Boolean getIgnoreInUseConnectionsEnabled()
Gets the value of the ignoreInUseConnectionsEnabled property.

Returns:
possible object is Boolean

setIgnoreInUseConnectionsEnabled

public void setIgnoreInUseConnectionsEnabled(Boolean value)
Sets the value of the ignoreInUseConnectionsEnabled property.

Parameters:
value - allowed object is Boolean

getId

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

Returns:
possible object is String

setId

public void setId(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.