Rice Pastry API

rice.tutorial.direct
Class MyMsg

java.lang.Object
  extended by rice.tutorial.direct.MyMsg
All Implemented Interfaces:
java.io.Serializable, Message

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
 int getPriority()
          Use low priority to prevent interference with overlay maintenance traffic.
 java.lang.String toString()
          Converts to a String representation of the object.
 
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 int 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()
Converts to a String representation of the object.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of the object.

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.