Package de.xima.fc.config
Class XfcConfigDefaults.Database
- java.lang.Object
 - 
- de.xima.fc.config.XfcConfigDefaults.Database
 
 
- 
- Enclosing class:
 - XfcConfigDefaults
 
public static final class XfcConfigDefaults.Database extends Object
Default values for the various settings in thedatabase.propertiesconfiguration file.- Since:
 - 7.0.13
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static booleanAUTO_UPDATEDefault value for auto updates.static intDB_MONITOR_CHECK_INTERVAL_SECONDSDefault value for the database monitor check interval, seeDB_MONITOR_CHECK_INTERVAL_SECONDSfor details.static intDB_MONITOR_CONNECTION_CHECK_TIMEOUT_SECONDSDefault value for the database monitor connection check timeout, seeDB_MONITOR_CONNECTION_CHECK_TIMEOUT_SECONDSfor details.static StringENCRYPTED_INBOX_ENCODING 
 - 
 
- 
- 
Field Detail
- 
AUTO_UPDATE
public static final boolean AUTO_UPDATE
Default value for auto updates.- See Also:
 - Constant Field Values
 
 
- 
ENCRYPTED_INBOX_ENCODING
public static final String ENCRYPTED_INBOX_ENCODING
- See Also:
 - Constant Field Values
 
 
- 
DB_MONITOR_CHECK_INTERVAL_SECONDS
public static final int DB_MONITOR_CHECK_INTERVAL_SECONDS
Default value for the database monitor check interval, seeDB_MONITOR_CHECK_INTERVAL_SECONDSfor details. The default value is10seconds.- See Also:
 - Constant Field Values
 
 
- 
DB_MONITOR_CONNECTION_CHECK_TIMEOUT_SECONDS
public static final int DB_MONITOR_CONNECTION_CHECK_TIMEOUT_SECONDS
Default value for the database monitor connection check timeout, seeDB_MONITOR_CONNECTION_CHECK_TIMEOUT_SECONDSfor details. The default value is20seconds.- See Also:
 - Constant Field Values
 
 
 - 
 
 -