org.jacorb.orb.giop
Interface ReplyListener

All Known Implementing Classes:
ClientConnection, NoBiDirServerReplyListener

public interface ReplyListener

ReplyListener.java Created: Sun Aug 12 22:01:01 2002

Version:
$Id: ReplyListener.java,v 1.8 2004/05/06 12:40:00 nicolas Exp $
Author:
Nicolas Noffke

Method Summary
 void closeConnectionReceived(byte[] close_conn, GIOPConnection connection)
           
 void locateReplyReceived(byte[] reply, GIOPConnection connection)
           
 void replyReceived(byte[] reply, GIOPConnection connection)
           
 

Method Detail

replyReceived

public void replyReceived(byte[] reply,
                          GIOPConnection connection)

locateReplyReceived

public void locateReplyReceived(byte[] reply,
                                GIOPConnection connection)

closeConnectionReceived

public void closeConnectionReceived(byte[] close_conn,
                                    GIOPConnection connection)