All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ORG.opengroup.axtp.tp.TransientTCS

java.lang.Object
    |
    +----ORG.opengroup.axtp.tp.TransientTCS

public class TransientTCS
extends Object
implements TCS, Runnable
Transient Transaction Context Set


Constructor Index

 o TransientTCS()

Method Index

 o addTC(TransactionContext, long)
 o apply(TransactionContext, TransactionObject)
 o clearAllTimers(TransactionContext)
 o clearTimer(TransactionContext, long)
 o deleteTC(TransactionContext)
 o getClientTC(byte[])
 o getInterval()
 o getTransactionServer(byte[])
 o init(TP)
 o run()
 o setInterval(long)
 o setTimer(TransactionContext, long, long)

Constructors

 o TransientTCS
public TransientTCS()

Methods

 o setInterval
public void setInterval(long v)
 o getInterval
public long getInterval()
 o init
public void init(TP tp)
 o addTC
public void addTC(TransactionContext tc,
                  long retention)
 o getTransactionServer
public TransactionServer getTransactionServer(byte[] tid)
 o getClientTC
public TransactionContext getClientTC(byte[] tid)
 o apply
public void apply(TransactionContext tc,
                  TransactionObject to)
 o setTimer
public long setTimer(TransactionContext tc,
                     long timerContext,
                     long delay)
 o clearTimer
public void clearTimer(TransactionContext tc,
                       long timerContext)
 o clearAllTimers
public void clearAllTimers(TransactionContext tc)
 o deleteTC
public void deleteTC(TransactionContext tc)
 o run
public void run()

All Packages  Class Hierarchy  This Package  Previous  Next  Index