com.atomikos.icatch
Interface Propagation

All Superinterfaces:
Serializable
All Known Implementing Classes:
PropagationImp

public interface Propagation
extends 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
 Stack getLineage()
          Gets the ancestor information as a stack.
 long getTimeOut()
           
 boolean isSerial()
           
 

Method Detail

getLineage

Stack 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 © 2012. All Rights Reserved.