Class 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 Detail

      • initialCapacity

        protected BigInteger initialCapacity
      • 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
    • 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