rice.p2p.replication.messaging
Class ReminderMessage
java.lang.Object
rice.p2p.replication.messaging.ReplicationMessage
rice.p2p.replication.messaging.ReminderMessage
- All Implemented Interfaces:
- Serializable, Message, RawMessage, RawSerializable
public class ReminderMessage
- extends ReplicationMessage
- Version:
- $Id: ReminderMessage.java 3613 2007-02-15 14:45:14Z jstewart $
- Author:
- Alan Mislove
- See Also:
- Serialized Form
|
Field Summary |
static short |
TYPE
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final short TYPE
- See Also:
- Constant Field Values
ReminderMessage
public ReminderMessage(NodeHandle source)
- Constructor which takes a unique integer Id
- Parameters:
source - The source address
getType
public short getType()
- Raw Serialization
serialize
public void serialize(OutputBuffer buf)
throws IOException
- Specified by:
serialize in interface RawSerializable- Overrides:
serialize in class ReplicationMessage
- Throws:
IOException
Copyright © 2010. All Rights Reserved.