Rice Pastry API

rice.pastry.wire.messaging.socket
Class NodeIdRequestMessage

java.lang.Object
  |
  +--rice.pastry.wire.messaging.socket.SocketMessage
        |
        +--rice.pastry.wire.messaging.socket.SocketCommandMessage
              |
              +--rice.pastry.wire.messaging.socket.NodeIdRequestMessage
All Implemented Interfaces:
java.io.Serializable

public class NodeIdRequestMessage
extends SocketCommandMessage

Message which represents a request to get a node Id from the remote node. This is necessary because even though a client might know the address of a remote node, it does not know it's node Id. Therefore, the first message that is sent across the wire is the NodeIdRequestMessage.

Version:
$Id: NodeIdRequestMessage.java,v 1.1 2002/08/28 02:34:59 amislove Exp $
Author:
Alan Mislove
See Also:
Serialized Form

Constructor Summary
NodeIdRequestMessage()
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeIdRequestMessage

public NodeIdRequestMessage()
Constructor


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection