Uses of Class
org.jacorb.orb.giop.ReplyPlaceholder

Packages that use ReplyPlaceholder
org.jacorb.orb   
org.jacorb.orb.giop   
 

Uses of ReplyPlaceholder in org.jacorb.orb
 

Subclasses of ReplyPlaceholder in org.jacorb.orb
 class LocateReplyReceiver
          A special ReplyPlaceholder that receives LocateReplies.
 class ReplyReceiver
          A special ReplyPlaceholder that receives replies to normal requests, either synchronously or asynchronously.
 

Methods in org.jacorb.orb with parameters of type ReplyPlaceholder
 void Delegate.replyDone(ReplyPlaceholder placeholder)
           
 

Uses of ReplyPlaceholder in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop with parameters of type ReplyPlaceholder
 void ClientConnection.sendRequest(MessageOutputStream os, ReplyPlaceholder placeholder, int request_id, boolean response_expected)
          The request_id parameter is only used, if response_expected.