All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class PoolCfg extends ConfigurationProperties
PoolCfg defines pool propertie.
Since:
beta 2
See Also:
  • Constructor Details

    • PoolCfg

      public PoolCfg(PoolType pool)
      Constructor. Constructs an instance out of a JAXB model object.
      Parameters:
      pool - A PoolType JAXB model instance
  • Method Details

    • getInitSize

      public String getInitSize()
      Gets Pool's initial size
      Returns:
      initial size
    • getMaxSize

      public String getMaxSize()
      Gets Pool's maximum size
      Returns:
      max size
    • getPrefSize

      public String getPrefSize()
      Gets Pool's preferred size
      Returns:
      pref size
    • getTimeout

      public String getTimeout()
      Gets Pool's timeout limit
      Returns:
      timeout
    • getProperties

      public Map getProperties()
      Gets associated properties
      Returns:
      prooperties
    • toString

      public String toString()
      Returns a String representation of the object.
      Overrides:
      toString in class ConfigurationProperties