org.objectweb.jotm.jta.jeremie
Class JotmTransactionSender
java.lang.Object
org.objectweb.jotm.jta.jeremie.JotmTransactionSender
- public class JotmTransactionSender
- extends Object
- Author:
- Philippe Durieux
Contributor(s): Guillaume Riviere
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JotmTransactionSender
public JotmTransactionSender()
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.