com.arjuna.ats.jts.common
Class InterceptorInfo

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

public class InterceptorInfo
extends java.lang.Object

Runtime configuration information for the interceptors.

Author:
Kevin Conner

Constructor Summary
InterceptorInfo()
           
 
Method Summary
static boolean getAlwaysPropagate()
          Get the flag indicating whether a transaction context should always be propagated.
static boolean getNeedTranContext()
          Get the flag indicating whether a transaction context is required.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorInfo

public InterceptorInfo()
Method Detail

getNeedTranContext

public static boolean getNeedTranContext()
Get the flag indicating whether a transaction context is required.

Returns:
true if a context is required, false otherwise.

getAlwaysPropagate

public static boolean getAlwaysPropagate()
Get the flag indicating whether a transaction context should always be propagated.

Returns:
true if a context is alwats propagated, false if it is only sent to OTS transactional objects.