public class Deploy extends java.lang.Object
These properties may be optionally set as system properties during deployment using the -DPropertyName=propertyValue JVM option.
These properties may be read by the application at runtime using System.getProperty().
Setting these properties programmatically at runtime is not supported and will result in undefined behavior.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_TRANSACTION_ISOLATION
"com.tibco.xp.runtime.defaultTransactionIsolation" -
The default transaction isolation.
|
| Constructor and Description |
|---|
Deploy() |
public static final java.lang.String DEFAULT_TRANSACTION_ISOLATION
A string property. A value of READ_COMMITTED_SNAPSHOT sets read committed snapshot as the default transaction isolation level. A value of SERIALIZABLE uses a serializable default transaction isolation level. The default value is SERIALIZABLE.
public Deploy()