org.objectweb.jotm.jta.jeremie
Class JotmTransactionSender

java.lang.Object
  extended by org.objectweb.jotm.jta.jeremie.JotmTransactionSender

public class JotmTransactionSender
extends java.lang.Object

Author:
Philippe Durieux Contributor(s): Guillaume Riviere

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

Constructor Detail

JotmTransactionSender

public JotmTransactionSender()
Method Detail

sending_request

public TransactionContext sending_request()
Sender is sending a request. Return the propagation context to the Orb.


received_reply

public void received_reply(TransactionContext pctx)
Sender is receiving a reply with an attached propagation context. WARNING: In case of Jeremie orb, we are not yet in the thread that made the send.