org.jacorb.orb
Class LocateReplyReceiver

java.lang.Object
  extended byorg.jacorb.orb.giop.ReplyPlaceholder
      extended byorg.jacorb.orb.LocateReplyReceiver

public class LocateReplyReceiver
extends ReplyPlaceholder

A special ReplyPlaceholder that receives LocateReplies.

Version:
$Id: LocateReplyReceiver.java,v 1.5 2003/08/15 11:17:34 andre.spiegel Exp $
Author:
Andre Spiegel

Field Summary
 
Fields inherited from class org.jacorb.orb.giop.ReplyPlaceholder
communicationException, in, ready, remarshalException, timeout, timeoutException
 
Constructor Summary
LocateReplyReceiver()
           
 
Method Summary
 LocateReplyInputStream getReply()
          This method blocks until a reply becomes available.
 
Methods inherited from class org.jacorb.orb.giop.ReplyPlaceholder
cancel, getInputStream, replyReceived, retry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocateReplyReceiver

public LocateReplyReceiver()
Method Detail

getReply

public LocateReplyInputStream getReply()
                                throws RemarshalException
This method blocks until a reply becomes available.

Throws:
RemarshalException