org.omg.CosTSPortability
Interface Sender


public abstract interface Sender


Method Summary
 void received_reply(int id, PropagationContext ctx, Environment env)
           
 void sending_request(int id, PropagationContextHolder ctxh)
           
 

Method Detail

sending_request

public void sending_request(int id,
                            PropagationContextHolder ctxh)

received_reply

public void received_reply(int id,
                           PropagationContext ctx,
                           Environment env)
                    throws WrongTransaction