org.jacorb.orb

Class LocateReplyReceiver


public class LocateReplyReceiver
extends ReplyPlaceholder

A special ReplyPlaceholder that receives LocateReplies.

Version:
$Id: LocateReplyReceiver.java,v 1.7 2004/05/06 12:40:00 nicolas Exp $

Author:
Andre Spiegel

Field Summary

Fields inherited from class org.jacorb.orb.giop.ReplyPlaceholder

communicationException, in, ready, remarshalException, timeout, timeoutException

Constructor Summary

LocateReplyReceiver(ORB orb)
self-configuring c'tor

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

Constructor Details

LocateReplyReceiver

public LocateReplyReceiver(ORB orb)
self-configuring c'tor

Method Details

getReply

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