Class JdbcMonitorProperties

java.lang.Object
org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
org.apereo.cas.configuration.model.core.monitor.JdbcMonitorProperties
All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-jdbc-monitor") public class JdbcMonitorProperties extends AbstractJpaProperties
Since:
6.4.0
See Also:
  • Constructor Details

    • JdbcMonitorProperties

      public JdbcMonitorProperties()
  • Method Details

    • getValidationQuery

      public String getValidationQuery()
      The query to execute against the database to monitor status.
    • getMaxWait

      public String getMaxWait()
      When monitoring the JDBC connection pool, indicates the amount of time the operation must wait before it times outs and considers the pool in bad shape.
    • setValidationQuery

      public JdbcMonitorProperties setValidationQuery(String validationQuery)
      The query to execute against the database to monitor status.
      Returns:
      this.
    • setMaxWait

      public JdbcMonitorProperties setMaxWait(String maxWait)
      When monitoring the JDBC connection pool, indicates the amount of time the operation must wait before it times outs and considers the pool in bad shape.
      Returns:
      this.