public final class ConfigProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOW_SUBTRANSACTIONS |
static String |
CHECKPOINT_INTERVAL |
static String |
DEFAULT_MAX_WAIT_TIME_ON_SHUTDOWN |
static String |
ENABLE_LOGGING_PROPERTY_NAME |
static String |
FILE_PATH_PROPERTY_NAME |
static String |
FORCE_SHUTDOWN_ON_VM_EXIT_PROPERTY_NAME |
static String |
FORGET_ORPHANED_LOG_ENTRIES_DELAY |
static String |
JVM_ID_PROPERTY_NAME |
static String |
LOG_BASE_DIR_PROPERTY_NAME |
static String |
LOG_BASE_NAME_PROPERTY_NAME |
static String |
MAX_ACTIVES_PROPERTY_NAME |
static String |
MAX_TIMEOUT_PROPERTY_NAME |
static String |
OLTP_MAX_RETRIES_PROPERTY_NAME |
static String |
OLTP_RETRY_INTERVAL |
static String |
RECOVERY_DELAY |
static String |
THROW_ON_HEURISTIC |
static String |
TM_UNIQUE_NAME_PROPERTY_NAME |
| Constructor and Description |
|---|
ConfigProperties(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyUserSpecificProperties(Properties userSpecificProperties) |
boolean |
getAllowSubTransactions() |
boolean |
getAsBoolean(String name) |
int |
getAsInt(String name) |
long |
getAsLong(String name) |
long |
getCheckpointInterval() |
Properties |
getCompletedProperties() |
long |
getDefaultMaxWaitTimeOnShutdown() |
boolean |
getEnableLogging() |
boolean |
getForceShutdownOnVmExit() |
long |
getForgetOrphanedLogEntriesDelay() |
String |
getJvmId() |
String |
getLogBaseDir() |
String |
getLogBaseName() |
int |
getMaxActives() |
long |
getMaxTimeout() |
int |
getOltpMaxRetries() |
long |
getOltpRetryInterval() |
String |
getProperty(String name) |
long |
getRecoveryDelay() |
boolean |
getThrowOnHeuristic() |
String |
getTmUniqueName() |
void |
setProperty(String name,
String value) |
public static final String TM_UNIQUE_NAME_PROPERTY_NAME
public static final String LOG_BASE_DIR_PROPERTY_NAME
public static final String LOG_BASE_NAME_PROPERTY_NAME
public static final String ENABLE_LOGGING_PROPERTY_NAME
public static final String MAX_TIMEOUT_PROPERTY_NAME
public static final String MAX_ACTIVES_PROPERTY_NAME
public static final String FORCE_SHUTDOWN_ON_VM_EXIT_PROPERTY_NAME
public static final String FILE_PATH_PROPERTY_NAME
public static final String CHECKPOINT_INTERVAL
public static final String FORGET_ORPHANED_LOG_ENTRIES_DELAY
public static final String OLTP_MAX_RETRIES_PROPERTY_NAME
public static final String OLTP_RETRY_INTERVAL
public static final String RECOVERY_DELAY
public static final String ALLOW_SUBTRANSACTIONS
public static final String DEFAULT_MAX_WAIT_TIME_ON_SHUTDOWN
public static final String THROW_ON_HEURISTIC
public static final String JVM_ID_PROPERTY_NAME
public ConfigProperties(Properties properties)
public boolean getAsBoolean(String name)
public int getAsInt(String name)
public long getAsLong(String name)
public String getTmUniqueName()
public String getLogBaseDir()
public String getLogBaseName()
public boolean getEnableLogging()
public long getMaxTimeout()
public int getMaxActives()
public long getCheckpointInterval()
public void applyUserSpecificProperties(Properties userSpecificProperties)
public Properties getCompletedProperties()
public boolean getForceShutdownOnVmExit()
public long getForgetOrphanedLogEntriesDelay()
public int getOltpMaxRetries()
public long getOltpRetryInterval()
public long getRecoveryDelay()
public boolean getAllowSubTransactions()
public long getDefaultMaxWaitTimeOnShutdown()
public boolean getThrowOnHeuristic()
public String getJvmId()
Copyright © 2022. All rights reserved.