com.atomikos.icatch
Interface Propagation

All Superinterfaces:
java.io.Serializable

public interface Propagation
extends java.io.Serializable

Information about the transaction context that can be shipped along with remote request, to make the other side participate in the transaction present for the current thread in this VM.


Method Summary
 java.util.Stack<CompositeTransaction> getLineage()
          Gets the ancestor information as a stack.
 long getTimeOut()
           
 boolean isSerial()
           
 

Method Detail

getLineage

java.util.Stack<CompositeTransaction> getLineage()
Gets the ancestor information as a stack.

Returns:
Stack The ancestor transactions.

isSerial

boolean isSerial()
Returns:
boolean True if serial mode was set.

getTimeOut

long getTimeOut()
Returns:
long The time left before timeout, in millis.


Copyright © 2016. All Rights Reserved.