Rice Pastry API

rice.tutorial.lesson4
Class MyMsg

java.lang.Object
  extended byrice.tutorial.lesson4.MyMsg
All Implemented Interfaces:
Message, java.io.Serializable

public class MyMsg
extends java.lang.Object
implements Message

An example message.

Version:
$Id: pretty.settings 2305 2005-03-11 20:22:33Z jeffh $
Author:
Jeff Hoye
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface rice.p2p.commonapi.Message
HIGH_PRIORITY, LOW_PRIORITY, MAX_PRIORITY, MEDIUM_HIGH_PRIORITY, MEDIUM_LOW_PRIORITY, MEDIUM_PRIORITY
 
Constructor Summary
MyMsg(Id from, Id to)
          Constructor.
 
Method Summary
 byte getPriority()
          Use low priority to prevent interference with overlay maintenance traffic.
 java.lang.String toString()
          DESCRIBE THE METHOD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyMsg

public MyMsg(Id from,
             Id to)
Constructor.

Parameters:
from - DESCRIBE THE PARAMETER
to - DESCRIBE THE PARAMETER
Method Detail

getPriority

public byte getPriority()
Use low priority to prevent interference with overlay maintenance traffic.

Specified by:
getPriority in interface Message
Returns:
The Priority value

toString

public java.lang.String toString()
DESCRIBE THE METHOD

Returns:
DESCRIBE THE RETURN VALUE

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection