com.arjuna.ats.jdbc.common
Class Environment

java.lang.Object
  extended bycom.arjuna.ats.jdbc.common.Environment

public class Environment
extends java.lang.Object

The module specific properties which may be set to configure the system at runtime.

Since:
JTS 2.0.
Version:
$Id: Environment.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark_little@hp.com)

Field Summary
static java.lang.String ISOLATION_LEVEL
           
static java.lang.String PROPERTIES_FILE
           
 
Constructor Summary
Environment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIES_FILE

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

ISOLATION_LEVEL

public static final java.lang.String ISOLATION_LEVEL
See Also:
Constant Field Values
Constructor Detail

Environment

public Environment()