org.omg.CosTSPortability
Interface Sender


public interface Sender


Method Summary
 void received_reply(int reqId, PropagationContext ctx, Environment env)
           
 PropagationContext sending_request(int reqId)
           
 

Method Detail

sending_request

public PropagationContext sending_request(int reqId)

received_reply

public void received_reply(int reqId,
                           PropagationContext ctx,
                           Environment env)