Package org.omg.CosTSPortability
Interface Sender
-
public interface Sender
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
received_reply(int id, PropagationContext ctx, Environment env)
void
sending_request(int id, PropagationContextHolder ctxh)
-
-
-
Method Detail
-
sending_request
void sending_request(int id, PropagationContextHolder ctxh)
-
received_reply
void received_reply(int id, PropagationContext ctx, Environment env) throws WrongTransaction
- Throws:
WrongTransaction
-
-