com.arjuna.ats.arjuna.recovery
Class RecoveryConfiguration

java.lang.Object
  extended bycom.arjuna.ats.arjuna.recovery.RecoveryConfiguration

public class RecoveryConfiguration
extends java.lang.Object

This class contains various run-time configuration options. Default values are provided at compile-time, and may be operating system specific.


Method Summary
static java.lang.String recoveryManagerPropertiesFile()
           
static void setRecoveryManagerPropertiesFile(java.lang.String file)
          Set the name of the RecoveryManager properties file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

recoveryManagerPropertiesFile

public static final java.lang.String recoveryManagerPropertiesFile()
Returns:
the name of the RecoveryManager properties file to use.
Since:
JTS 2.1.

setRecoveryManagerPropertiesFile

public static final void setRecoveryManagerPropertiesFile(java.lang.String file)
Set the name of the RecoveryManager properties file.

Since:
JTS 2.1.