org.objectweb.jonas.rmifilters
Class JonasReceiver
org.objectweb.jonas.rmifilters.JonasReceiver
- public class 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. |
JonasReceiver
public JonasReceiver()
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.