Class XfcConfigKeys.Database
- Enclosing class:
- XfcConfigKeys
database.properties
configuration file.- Author:
- XIMA MEDIA GmbH
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Time in seconds for the periodic database health check.static final String
Timeout in seconds for checking the connection to the database.static final String
static final String
Determines if the system should update itself automatically.static final String
Determines if the system should update all available plugins automatically.static final String
static final String
static final String
static final String
static final String
static final String
Deprecated.static final String
static final String
static final String
static final String
static final String
static final String
static final String
Determines a list of email addresses that will be notified of the system update result.static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROP_PASSWORD
- See Also:
-
PROP_USERNAME
- See Also:
-
PROP_JDBC_URL
- See Also:
-
PROP_CONNECTIONS
- See Also:
-
PROP_CONNECTIONS_TIMEOUT
- See Also:
-
PROP_CONNECTIONS_UNRETURNED_TIMEOUT
- See Also:
-
PROP_CONNECTIONS_LEAKDETECTION_THRESHOLD
- See Also:
-
PROP_DBMS_SHORTNAME
- See Also:
-
ENCRYPTED_INBOX_ENCODING
- See Also:
-
PROP_AUTO_UPDATE
Determines if the system should update itself automatically. Default istrue
- See Also:
-
PROP_AUTO_UPDATE_PLUGINS
Determines if the system should update all available plugins automatically. Default isfalse
- See Also:
-
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
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:
-
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:
-
PROP_ENC_ACTIVE
Deprecated.- See Also:
-
PROP_ENC_ALGORITHM
- See Also:
-
PROP_ENC_PASSWORD
- See Also:
-
PROP_ENC_FORM_DATA_ACTIVE
- See Also:
-
PROP_ENC_PROJECT_INBOX_ACTIVE
- See Also:
-
PROP_USE_LEGACY_CONNECTIONTEST
- See Also:
-
TEST_AUTO_TABLE_CREATEDROP
- See Also:
-
-
Constructor Details
-
Database
public Database()
-