org.objectweb.jonas.rmifilters
Class JonasReceiver

java.lang.Object
  |
  +--org.objectweb.jonas.rmifilters.JonasReceiver
All Implemented Interfaces:
org.omg.CosTSPortability.Receiver

public class JonasReceiver
extends java.lang.Object
implements org.omg.CosTSPortability.Receiver


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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.
Specified by:
received_request in interface org.omg.CosTSPortability.Receiver

sending_reply

public org.omg.CosTransactions.PropagationContext sending_reply(int reqId)
Receiver is sending a reply. Return the propagation context to the Orb.
Specified by:
sending_reply in interface org.omg.CosTSPortability.Receiver