All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface ORG.opengroup.axtp.tp.TransactionContext

public interface TransactionContext
extends Serializable

Method Index

 o apply(TransactionObject)
 o getTID()
 o init(TP)
 o setTID(byte[])
 o timeout(long)

Methods

 o setTID
public abstract void setTID(byte[] tid)
 o getTID
public abstract byte[] getTID()
 o init
public abstract void init(TP tp)
 o apply
public abstract void apply(TransactionObject to)
 o timeout
public abstract void timeout(long context)

All Packages  Class Hierarchy  This Package  Previous  Next  Index