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 thedatabase.properties
configuration file.- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Database()
-
-
-
Field Detail
-
PROP_PASSWORD
public static final String PROP_PASSWORD
- See Also:
- Constant Field Values
-
PROP_USERNAME
public static final String PROP_USERNAME
- See Also:
- Constant Field Values
-
PROP_JDBC_URL
public static final String PROP_JDBC_URL
- See Also:
- Constant Field Values
-
PROP_CONNECTIONS
public static final String PROP_CONNECTIONS
- See Also:
- Constant Field Values
-
PROP_CONNECTIONS_TIMEOUT
public static final String PROP_CONNECTIONS_TIMEOUT
- See Also:
- Constant Field Values
-
PROP_CONNECTIONS_UNRETURNED_TIMEOUT
public static final String PROP_CONNECTIONS_UNRETURNED_TIMEOUT
- See Also:
- Constant Field Values
-
PROP_CONNECTIONS_LEAKDETECTION_THRESHOLD
public static final String PROP_CONNECTIONS_LEAKDETECTION_THRESHOLD
- See Also:
- Constant Field Values
-
PROP_DBMS_SHORTNAME
public static final String PROP_DBMS_SHORTNAME
- See Also:
- Constant Field Values
-
ENCRYPTED_INBOX_ENCODING
public static final String ENCRYPTED_INBOX_ENCODING
- See Also:
- Constant Field Values
-
PROP_AUTO_UPDATE
public static final String PROP_AUTO_UPDATE
Determines if the system should update itself automatically. Default istrue
- See Also:
- Constant Field Values
-
PROP_AUTO_UPDATE_PLUGINS
public static final String PROP_AUTO_UPDATE_PLUGINS
Determines if the system should update all available plugins automatically. Default isfalse
- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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 is1
, if a smaller value is specified,1
is used instead. Defaults toDB_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:
- Constant Field Values
-
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 of0
or less means no timeout. Defaults toDB_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:
- Constant Field Values
-
PROP_ENC_ACTIVE
@Deprecated public static final String PROP_ENC_ACTIVE
Deprecated.- See Also:
- Constant Field Values
-
PROP_ENC_ALGORITHM
public static final String PROP_ENC_ALGORITHM
- See Also:
- Constant Field Values
-
PROP_ENC_PASSWORD
public static final String PROP_ENC_PASSWORD
- See Also:
- Constant Field Values
-
PROP_ENC_FORM_DATA_ACTIVE
public static final String PROP_ENC_FORM_DATA_ACTIVE
- See Also:
- Constant Field Values
-
PROP_ENC_PROJECT_INBOX_ACTIVE
public static final String PROP_ENC_PROJECT_INBOX_ACTIVE
- See Also:
- Constant Field Values
-
PROP_USE_LEGACY_CONNECTIONTEST
public static final String PROP_USE_LEGACY_CONNECTIONTEST
- See Also:
- Constant Field Values
-
TEST_AUTO_TABLE_CREATEDROP
public static final String TEST_AUTO_TABLE_CREATEDROP
- See Also:
- Constant Field Values
-
-