com.arjuna.ats.jts.recovery
Class RecoveryEnvironment

java.lang.Object
  extended bycom.arjuna.ats.jts.recovery.RecoveryEnvironment

public class RecoveryEnvironment
extends java.lang.Object

Container for property names used by recovery


Field Summary
static java.lang.String ASSUMED_OBJECT_NOT_EXIST
           
static java.lang.String COMMITTED_TRANSACTION_RETRY_LIMIT
           
static java.lang.String OTS_ISSUE_RECOVERY_ROLLBACK
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OTS_ISSUE_RECOVERY_ROLLBACK

public static final java.lang.String OTS_ISSUE_RECOVERY_ROLLBACK
See Also:
Constant Field Values

COMMITTED_TRANSACTION_RETRY_LIMIT

public static final java.lang.String COMMITTED_TRANSACTION_RETRY_LIMIT
See Also:
Constant Field Values

ASSUMED_OBJECT_NOT_EXIST

public static final java.lang.String ASSUMED_OBJECT_NOT_EXIST
See Also:
Constant Field Values