org.objectweb.jonas.rmifilters
Class JonasTransactionSender

java.lang.Object
  |
  +--org.objectweb.jonas.rmifilters.JonasTransactionSender

public class JonasTransactionSender
extends java.lang.Object

Author:
Philippe Durieux Contributor(s):

Constructor Summary
JonasTransactionSender()
           
 
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

JonasTransactionSender

public JonasTransactionSender()
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.