org.planx.xmlstore.routing.operation
Class ConnectReceiver
java.lang.Object
org.planx.xmlstore.routing.operation.OriginReceiver
org.planx.xmlstore.routing.operation.ConnectReceiver
- All Implemented Interfaces:
- Receiver
public class ConnectReceiver
- extends OriginReceiver
Receives a ConnectMessage and sends an AcknowledgeMessage as reply.
|
Method Summary |
void |
receive(Message incoming,
int comm)
Responds to a ConnectMessage by sending a ConnectReplyMessage. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectReceiver
public ConnectReceiver(MessageServer server,
Node local,
Space space)
receive
public void receive(Message incoming,
int comm)
throws IOException
- Responds to a ConnectMessage by sending a ConnectReplyMessage.
- Specified by:
receive in interface Receiver- Overrides:
receive in class OriginReceiver
- Throws:
IOException - if an I/O error occurs
Copyright © 2010. All Rights Reserved.