org.objectweb.jotm.jta.jeremie

Class JotmTransactionSender


public class JotmTransactionSender
extends 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.

Constructor Details

JotmTransactionSender

public JotmTransactionSender()

Method Details

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.


sending_request

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