rice.tutorial.scribe
Class MyScribeContent
java.lang.Object
rice.tutorial.scribe.MyScribeContent
- All Implemented Interfaces:
- Serializable, ScribeContent
public class MyScribeContent
- extends Object
- implements ScribeContent
- Author:
- Jeff Hoye
- See Also:
- Serialized Form
MyScribeContent
public MyScribeContent(NodeHandle from,
int seq)
- Simple constructor. Typically, you would also like some
interesting payload for your application.
- Parameters:
from - Who sent the message.seq - the sequence number of this content.
toString
public String toString()
- Ye ol' toString()
- Overrides:
toString in class Object
Copyright © 2010. All Rights Reserved.