org.jacorb.orb.giop
Class NoBiDirServerReplyListener
java.lang.Object
org.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.9 2004/05/06 12:40:00 nicolas Exp $
- Author:
- Nicolas Noffke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoBiDirServerReplyListener
public NoBiDirServerReplyListener()
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