rice.p2p.replication.manager.messaging
Class TimeoutMessage

java.lang.Object
  extended byrice.p2p.replication.manager.messaging.TimeoutMessage
All Implemented Interfaces:
Message, java.io.Serializable

public class TimeoutMessage
extends java.lang.Object
implements Message

See Also:
Serialized Form

Field Summary
protected  int uid
          THe unique id of this message
 
Constructor Summary
TimeoutMessage(int uid)
          Constructor which takes a unique integer Id
 
Method Summary
 int getUID()
          Returns the unique id of this message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uid

protected int uid
THe unique id of this message

Constructor Detail

TimeoutMessage

public TimeoutMessage(int uid)
Constructor which takes a unique integer Id

Parameters:
uid - The uid
Method Detail

getUID

public int getUID()
Returns the unique id of this message

Returns:
The unique id of this message





Imprint-Dataprotection