Rice Pastry API

rice.pastry.multiring.messaging
Class RingLookupResponseMessage

java.lang.Object
  |
  +--rice.pastry.messaging.Message
        |
        +--rice.pastry.multiring.messaging.MultiRingApplMessage
              |
              +--rice.pastry.multiring.messaging.RingLookupResponseMessage
All Implemented Interfaces:
java.io.Serializable

public class RingLookupResponseMessage
extends MultiRingApplMessage

A class representing a reponse ring lookup request, which is sent directly to the node which sent the lookup.

Version:
$Id: RingLookupResponseMessage.java,v 1.1 2003/03/18 03:08:24 amislove Exp $
Author:
Alan Mislove
See Also:
Serialized Form

Constructor Summary
RingLookupResponseMessage(rice.pastry.NodeHandle source, rice.pastry.multiring.RingId ringId)
          Constructor
 
Method Summary
 rice.pastry.multiring.RingId getRingId()
           
 rice.pastry.NodeHandle getSource()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

RingLookupResponseMessage

public RingLookupResponseMessage(rice.pastry.NodeHandle source,
                                 rice.pastry.multiring.RingId ringId)
Constructor

Method Detail

getSource

public rice.pastry.NodeHandle getSource()

getRingId

public rice.pastry.multiring.RingId getRingId()

Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection