org.mobicents.timers
Class TransactionContext

java.lang.Object
  extended by org.mobicents.timers.TransactionContext
All Implemented Interfaces:
Runnable

public class TransactionContext
extends Object
implements Runnable


Constructor Summary
TransactionContext()
           
 
Method Summary
 void put(Serializable taskId, AfterTxCommitRunnable r)
           
 AfterTxCommitRunnable remove(Serializable taskId)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionContext

public TransactionContext()
Method Detail

put

public void put(Serializable taskId,
                AfterTxCommitRunnable r)

remove

public AfterTxCommitRunnable remove(Serializable taskId)

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2011. All Rights Reserved.