Package org.omg.CosTSPortability
Interface Receiver
-
public interface Receiver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
received_request(int id, PropagationContext ctx)
void
sending_reply(int id, PropagationContextHolder ctxh)
-
-
-
Method Detail
-
received_request
void received_request(int id, PropagationContext ctx)
-
sending_reply
void sending_reply(int id, PropagationContextHolder ctxh)
-
-