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.propertiesconfiguration file.- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static StringDB_MONITOR_CHECK_INTERVAL_SECONDSTime in seconds for the periodic database health check.static StringDB_MONITOR_CONNECTION_CHECK_TIMEOUT_SECONDSTimeout in seconds for checking the connection to the database.static StringPROP_CONNECTIONSstatic StringPROP_CONNECTIONS_LEAKDETECTION_THRESHOLDstatic StringPROP_CONNECTIONS_TIMEOUTstatic StringPROP_CONNECTIONS_UNRETURNED_TIMEOUTstatic StringPROP_DBMS_SHORTNAMEstatic StringPROP_ENC_ACTIVEDeprecated.static StringPROP_ENC_ALGORITHMstatic StringPROP_ENC_FORM_DATA_ACTIVEstatic StringPROP_ENC_PASSWORDstatic StringPROP_ENC_PROJECT_INBOX_ACTIVEstatic StringPROP_JDBC_URLstatic StringPROP_PASSWORDstatic StringPROP_USE_LEGACY_CONNECTIONTESTstatic StringPROP_USERNAMEstatic StringTEST_AUTO_TABLE_CREATEDROP
-
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
-
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,1is 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 of0or 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
-
-