com.atomikos.icatch
Interface Propagation

All Superinterfaces:
Serializable
All Known Implementing Classes:
PropagationImp

public interface Propagation
extends Serializable

Information to propagate a transaction to a remote server.


Method Summary
 Stack getLineage()
          Get the ancestor information as a stack.
 long getTimeOut()
          Get the timeout left for the composite transaction.
 boolean isSerial()
          Test if serial mode or not; if serial, no parallelism allowed.
 

Method Detail

getLineage

Stack getLineage()
Get the ancestor information as a stack.

Returns:
Stack The ancestor transactions.

isSerial

boolean isSerial()
Test if serial mode or not; if serial, no parallelism allowed.

Returns:
boolean True iff serial mode is set.

getTimeOut

long getTimeOut()
Get the timeout left for the composite transaction.

Returns:
long The time left before timeout.


Copyright © 2011. All Rights Reserved.