com.arjuna.ats.jta.common
Class Configuration

java.lang.Object
  extended bycom.arjuna.ats.jta.common.Configuration

public class Configuration
extends java.lang.Object

Runtime configuration class for this module.

Since:
JTS 1.0.
Version:
$Id: Configuration.javatmpl 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)

Constructor Summary
Configuration()
           
 
Method Summary
static java.lang.Boolean getXATransactionTimeoutEnabled()
           
static java.lang.String propertiesFile()
           
static void setPropertiesFile(java.lang.String file)
          Set the name of the properties file.
static void setXATransactionTimeoutEnabled(java.lang.Boolean xaTransactionTimeoutEnabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Method Detail

propertiesFile

public static final java.lang.String propertiesFile()
Returns:
the name of the module properties file to use.

setPropertiesFile

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


getXATransactionTimeoutEnabled

public static final java.lang.Boolean getXATransactionTimeoutEnabled()

setXATransactionTimeoutEnabled

public static final void setXATransactionTimeoutEnabled(java.lang.Boolean xaTransactionTimeoutEnabled)