org.jacorb.orb.giop
Class NoBiDirServerReplyListener

java.lang.Object
  extended byorg.jacorb.orb.giop.NoBiDirServerReplyListener
All Implemented Interfaces:
ReplyListener

public class NoBiDirServerReplyListener
extends java.lang.Object
implements ReplyListener

NoBiDirServerReplyListener.java Created: Sat Aug 18 17:12:10 2002

Version:
$Id: NoBiDirServerReplyListener.java,v 1.7 2003/08/15 11:04:40 andre.spiegel Exp $
Author:
Nicolas Noffke

Constructor Summary
NoBiDirServerReplyListener()
           
 
Method Summary
 void closeConnectionReceived(byte[] close_conn, GIOPConnection connection)
           
 void locateReplyReceived(byte[] reply, GIOPConnection connection)
           
 void replyReceived(byte[] reply, GIOPConnection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoBiDirServerReplyListener

public NoBiDirServerReplyListener()
Method Detail

replyReceived

public void replyReceived(byte[] reply,
                          GIOPConnection connection)
Specified by:
replyReceived in interface ReplyListener

locateReplyReceived

public void locateReplyReceived(byte[] reply,
                                GIOPConnection connection)
Specified by:
locateReplyReceived in interface ReplyListener

closeConnectionReceived

public void closeConnectionReceived(byte[] close_conn,
                                    GIOPConnection connection)
Specified by:
closeConnectionReceived in interface ReplyListener