Rice Pastry API

rice.pastry.multiring.messaging
Class RingLookupRequestMessage

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

public class RingLookupRequestMessage
extends MultiRingApplMessage

A class representing a ring lookup request, which is anycast to the Scribe group rooted at the ringId.

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

Constructor Summary
RingLookupRequestMessage(rice.pastry.multiring.RingId ringId)
          Constructor
 
Method Summary
 rice.pastry.multiring.RingId getRingId()
           
 
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

RingLookupRequestMessage

public RingLookupRequestMessage(rice.pastry.multiring.RingId ringId)
Constructor

Method Detail

getRingId

public rice.pastry.multiring.RingId getRingId()

Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection