org.objectweb.jotm.jta.jeremie
Class JotmTransactionReceiver

java.lang.Object
  extended byorg.objectweb.jotm.jta.jeremie.JotmTransactionReceiver

public class JotmTransactionReceiver
extends java.lang.Object

Author:
Philippe Durieux Contributor(s): Guillaume Riviere

Constructor Summary
JotmTransactionReceiver()
           
 
Method Summary
 void received_request(TransactionContext pctx)
          Receiver is receiving a request with an attached propagation context.
 TransactionContext sending_reply()
          Receiver is sending a reply.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JotmTransactionReceiver

public JotmTransactionReceiver()
Method Detail

received_request

public void received_request(TransactionContext pctx)
Receiver is receiving a request with an attached propagation context.


sending_reply

public TransactionContext sending_reply()
Receiver is sending a reply. Return the propagation context to the Orb.