org.objectweb.jonas.rmifilters
Class JonasSender
org.objectweb.jonas.rmifilters.JonasSender
- public class JonasSender
JonasSender used in case of DAVID orb only.
- based on CORBA interfaces.
- contains the glue to map CORBA contexts to JONAS contexts.
- Author:
- Philippe Durieux
Method Summary |
void |
received_reply(int reqId,
org.omg.CosTransactions.PropagationContext pctx,
org.omg.CORBA.Environment env)
Sender is receiving a reply with an attached propagation context. |
org.omg.CosTransactions.PropagationContext |
sending_request(int reqId)
Sender is sending a request. |
JonasSender
public JonasSender()
sending_request
public org.omg.CosTransactions.PropagationContext sending_request(int reqId)
- Sender is sending a request.
Return a CORBA propagation context to the Orb.
received_reply
public void received_reply(int reqId,
org.omg.CosTransactions.PropagationContext pctx,
org.omg.CORBA.Environment env)
- 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.