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
TransientTCS()
-
addTC(TransactionContext, long)
-
apply(TransactionContext, TransactionObject)
-
clearAllTimers(TransactionContext)
-
clearTimer(TransactionContext, long)
-
deleteTC(TransactionContext)
-
getClientTC(byte[])
-
getInterval()
-
getTransactionServer(byte[])
-
init(TP)
-
run()
-
setInterval(long)
-
setTimer(TransactionContext, long, long)
-
TransientTCS
public TransientTCS()
setInterval
public void setInterval(long v)
getInterval
public long getInterval()
init
public void init(TP tp)
addTC
public void addTC(TransactionContext tc,
long retention)
getTransactionServer
public TransactionServer getTransactionServer(byte[] tid)
getClientTC
public TransactionContext getClientTC(byte[] tid)
apply
public void apply(TransactionContext tc,
TransactionObject to)
setTimer
public long setTimer(TransactionContext tc,
long timerContext,
long delay)
clearTimer
public void clearTimer(TransactionContext tc,
long timerContext)
clearAllTimers
public void clearAllTimers(TransactionContext tc)
deleteTC
public void deleteTC(TransactionContext tc)
run
public void run()
All Packages Class Hierarchy This Package Previous Next Index