public class NoBiDirServerReplyListener extends java.lang.Object implements ReplyListener
| Constructor and Description |
|---|
NoBiDirServerReplyListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnectionReceived(byte[] close_conn,
GIOPConnection connection) |
void |
locateReplyReceived(byte[] reply,
GIOPConnection connection) |
void |
replyReceived(byte[] reply,
GIOPConnection connection) |
public void replyReceived(byte[] reply,
GIOPConnection connection)
replyReceived in interface ReplyListenerpublic void locateReplyReceived(byte[] reply,
GIOPConnection connection)
locateReplyReceived in interface ReplyListenerpublic void closeConnectionReceived(byte[] close_conn,
GIOPConnection connection)
closeConnectionReceived in interface ReplyListener