Rice Pastry API

rice.pastry.leafset
Class RequestLeafSet

java.lang.Object
  |
  +--rice.pastry.messaging.Message
        |
        +--rice.pastry.leafset.RequestLeafSet
All Implemented Interfaces:
java.io.Serializable

public class RequestLeafSet
extends Message
implements java.io.Serializable

Request a leaf set from another node.

Version:
$Id: RequestLeafSet.java,v 1.4 2003/07/21 19:45:46 druschel Exp $
Author:
Andrew Ladd
See Also:
Serialized Form

Constructor Summary
RequestLeafSet(rice.pastry.security.Credentials cred, java.util.Date stamp, rice.pastry.NodeHandle nh)
          Constructor.
RequestLeafSet(rice.pastry.security.Credentials cred, rice.pastry.NodeHandle nh)
          Constructor.
RequestLeafSet(java.util.Date stamp, rice.pastry.NodeHandle nh)
          Constructor.
RequestLeafSet(rice.pastry.NodeHandle nh)
          Constructor.
 
Method Summary
 rice.pastry.NodeHandle returnHandle()
          The return handle for the message
 java.lang.String toString()
           
 
Methods inherited from class rice.pastry.messaging.Message
getCredentials, getDate, getDestination, getSenderId, getStream, hasPriority, setPriority, setSenderId, stamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestLeafSet

public RequestLeafSet(rice.pastry.NodeHandle nh)
Constructor.

Parameters:
nh - the return handle.

RequestLeafSet

public RequestLeafSet(rice.pastry.security.Credentials cred,
                      rice.pastry.NodeHandle nh)
Constructor.

Parameters:
cred - the credentials.
nh - the return handle.

RequestLeafSet

public RequestLeafSet(java.util.Date stamp,
                      rice.pastry.NodeHandle nh)
Constructor.

Parameters:
stamp - the timestamp
nh - the return handle

RequestLeafSet

public RequestLeafSet(rice.pastry.security.Credentials cred,
                      java.util.Date stamp,
                      rice.pastry.NodeHandle nh)
Constructor.

Parameters:
cred - the credentials.
stamp - the timestamp
nh - the return handle.
Method Detail

returnHandle

public rice.pastry.NodeHandle returnHandle()
The return handle for the message

Returns:
the node handle

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection