Package org.omg.CosTSPortability
Interface Sender
-
public interface Sender
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceived_reply(int id, PropagationContext ctx, Environment env)voidsending_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
-
-