Class ConnectionConfiguration

  • All Implemented Interfaces:
    de.codecentric.reedelk.runtime.api.component.Implementor

    public class ConnectionConfiguration
    extends Object
    implements de.codecentric.reedelk.runtime.api.component.Implementor
    • Constructor Detail

      • ConnectionConfiguration

        public ConnectionConfiguration()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getConnectionURL

        public String getConnectionURL()
      • setConnectionURL

        public void setConnectionURL​(String connectionURL)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • setDatabaseDriver

        public void setDatabaseDriver​(DatabaseDriver databaseDriver)
      • getMinPoolSize

        public Integer getMinPoolSize()
      • setMinPoolSize

        public void setMinPoolSize​(Integer minPoolSize)
      • getMaxPoolSize

        public Integer getMaxPoolSize()
      • setMaxPoolSize

        public void setMaxPoolSize​(Integer maxPoolSize)
      • getAcquireIncrement

        public Integer getAcquireIncrement()
      • setAcquireIncrement

        public void setAcquireIncrement​(Integer acquireIncrement)