Class XfcConfigKeys.Database

java.lang.Object
de.xima.fc.config.XfcConfigKeys.Database
Enclosing class:
XfcConfigKeys

public static final class XfcConfigKeys.Database extends Object
Constants with the names of the settings in the database.properties configuration file.
Author:
XIMA MEDIA GmbH
  • Field Details

    • PROP_PASSWORD

      public static final String PROP_PASSWORD
      See Also:
    • PROP_USERNAME

      public static final String PROP_USERNAME
      See Also:
    • PROP_JDBC_URL

      public static final String PROP_JDBC_URL
      See Also:
    • PROP_CONNECTIONS

      public static final String PROP_CONNECTIONS
      See Also:
    • PROP_CONNECTIONS_TIMEOUT

      public static final String PROP_CONNECTIONS_TIMEOUT
      See Also:
    • PROP_CONNECTIONS_UNRETURNED_TIMEOUT

      public static final String PROP_CONNECTIONS_UNRETURNED_TIMEOUT
      See Also:
    • PROP_CONNECTIONS_LEAKDETECTION_THRESHOLD

      public static final String PROP_CONNECTIONS_LEAKDETECTION_THRESHOLD
      See Also:
    • PROP_DBMS_SHORTNAME

      public static final String PROP_DBMS_SHORTNAME
      See Also:
    • ENCRYPTED_INBOX_ENCODING

      public static final String ENCRYPTED_INBOX_ENCODING
      See Also:
    • PROP_AUTO_UPDATE

      public static final String PROP_AUTO_UPDATE
      Determines if the system should update itself automatically. Default is true
      See Also:
    • PROP_AUTO_UPDATE_PLUGINS

      public static final String PROP_AUTO_UPDATE_PLUGINS
      Determines if the system should update all available plugins automatically. Default is false
      See Also:
    • PROP_UPDATE_CALLBACK_MAILS

      public static final String PROP_UPDATE_CALLBACK_MAILS
      Determines a list of email addresses that will be notified of the system update result.
      See Also:
    • DB_MONITOR_CHECK_INTERVAL_SECONDS

      public static final String DB_MONITOR_CHECK_INTERVAL_SECONDS
      Time in seconds for the periodic database health check. The minimum value is 1, if a smaller value is specified, 1 is used instead. Defaults to DB_MONITOR_CHECK_INTERVAL_SECONDS.

      The database monitor runs a periodic health check on the system database , scheduled periodically at a fixed rate. It checks whether the connection to the database is still active. Depending on the result, certain features that depend on the database are either initialized or shut down. This setting is the periodic interval at which the check runs.

      See Also:
    • DB_MONITOR_CONNECTION_CHECK_TIMEOUT_SECONDS

      public static final String DB_MONITOR_CONNECTION_CHECK_TIMEOUT_SECONDS
      Timeout in seconds for checking the connection to the database. A value of 0 or less means no timeout. Defaults to DB_MONITOR_CONNECTION_CHECK_TIMEOUT_SECONDS.

      The database monitor runs a periodic health check on the system database, scheduled periodically at a fixed rate. It checks whether the connection to the database is still active. Depending on the result, certain features that depend on the database are either initialized or shut down. The health check takes database connection and pings it to check whether the database can be reached. This setting is the timeout for that ping.

      See Also:
    • PROP_ENC_ACTIVE

      @Deprecated public static final String PROP_ENC_ACTIVE
      Deprecated.
      See Also:
    • PROP_ENC_ALGORITHM

      public static final String PROP_ENC_ALGORITHM
      See Also:
    • PROP_ENC_PASSWORD

      public static final String PROP_ENC_PASSWORD
      See Also:
    • PROP_ENC_FORM_DATA_ACTIVE

      public static final String PROP_ENC_FORM_DATA_ACTIVE
      See Also:
    • PROP_ENC_PROJECT_INBOX_ACTIVE

      public static final String PROP_ENC_PROJECT_INBOX_ACTIVE
      See Also:
    • PROP_USE_LEGACY_CONNECTIONTEST

      public static final String PROP_USE_LEGACY_CONNECTIONTEST
      See Also:
    • TEST_AUTO_TABLE_CREATEDROP

      public static final String TEST_AUTO_TABLE_CREATEDROP
      See Also:
  • Constructor Details

    • Database

      public Database()