org.objectweb.jonas.rmifilters
Class JonasTransactionReceiver

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

public class JonasTransactionReceiver
extends java.lang.Object

Author:
Philippe Durieux Contributor(s):

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

JonasTransactionReceiver

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