org.objectweb.jonas.rmifilters
Class JonasReceiver

org.objectweb.jonas.rmifilters.JonasReceiver

public class JonasReceiver


Constructor Summary
JonasReceiver()
           
 
Method Summary
 void received_request(int reqId, org.omg.CosTransactions.PropagationContext pctx)
          Receiver is receiving a request with an attached propagation context.
 org.omg.CosTransactions.PropagationContext sending_reply(int reqId)
          Receiver is sending a reply.
 

Constructor Detail

JonasReceiver

public JonasReceiver()
Method Detail

received_request

public void received_request(int reqId,
                             org.omg.CosTransactions.PropagationContext pctx)
Receiver is receiving a request with an attached propagation context.

sending_reply

public org.omg.CosTransactions.PropagationContext sending_reply(int reqId)
Receiver is sending a reply. Return the propagation context to the Orb.