com.arjuna.ats.jts.common
Class Defaults

java.lang.Object
  extended bycom.arjuna.ats.jts.common.Defaults

public class Defaults
extends java.lang.Object

Some default values for the OTS.

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

Field Summary
static boolean alwaysPropagateContext
          Do we always propagate the transaction hierarchy regardless of whether or not the receiving object is derived from CosTransactions::TransactionalObject?
static boolean needTransactionContext
          Does the receiving transactional object always need to be invoked within the context of a transaction?
 
Constructor Summary
Defaults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

needTransactionContext

public static boolean needTransactionContext
Does the receiving transactional object always need to be invoked within the context of a transaction?


alwaysPropagateContext

public static boolean alwaysPropagateContext
Do we always propagate the transaction hierarchy regardless of whether or not the receiving object is derived from CosTransactions::TransactionalObject?

Constructor Detail

Defaults

public Defaults()