Class BeanPoolDescriptor

    • Constructor Detail

      • BeanPoolDescriptor

        public BeanPoolDescriptor()
        Default constructor.
    • Method Detail

      • getPoolIdleTimeoutInSeconds

        public int getPoolIdleTimeoutInSeconds()
        Getter for property poolIdleTimeoutInSeconds.
        Returns:
        Value of property idleTimeoutInSeconds.
      • setPoolIdleTimeoutInSeconds

        public void setPoolIdleTimeoutInSeconds​(int poolIdleTimeoutInSeconds)
        Setter for property poolIdleTimeoutInSeconds.
        Parameters:
        poolIdleTimeoutInSeconds - New value of property poolIdleTimeoutInSeconds.
      • getMaxPoolSize

        public int getMaxPoolSize()
        Getter for property maxPoolSize.
        Returns:
        Value of property maxPoolSize.
      • setMaxPoolSize

        public void setMaxPoolSize​(int maxPoolSize)
        Setter for property maxPoolSize.
        Parameters:
        maxPoolSize - New value of property maxPoolSize.
      • getMaxWaitTimeInMillis

        public int getMaxWaitTimeInMillis()
        Getter for property maxWaitTimeInMillis.
        Returns:
        Value of property maxWaitTimeInMillis.
      • setMaxWaitTimeInMillis

        public void setMaxWaitTimeInMillis​(int maxWaitTimeInMillis)
        Setter for property maxWaitTimeInMillis.
        Parameters:
        maxWaitTimeInMillis - New value of property maxWaitTimeInMillis.
      • getPoolResizeQuantity

        public int getPoolResizeQuantity()
        Getter for property poolResizeQuantity
        Returns:
        Value of property poolResizeQuantity.
      • setPoolResizeQuantity

        public void setPoolResizeQuantity​(int poolResizeQuantity)
        Setter for property poolResizeQuantity.
        Parameters:
        poolResizeQuantity - New value of property poolResizeQuantity.
      • getSteadyPoolSize

        public int getSteadyPoolSize()
        Getter for property steadyPoolSize
        Returns:
        Value of property steadyPoolSize.
      • setSteadyPoolSize

        public void setSteadyPoolSize​(int steadyPoolSize)
        Setter for property steadyPoolSize.
        Parameters:
        steadyPoolSize - New value of property steadyPoolSize.