ostore.network.patchwork
Class AlarmMsg
java.lang.Object
|
+--ostore.network.patchwork.AlarmMsg
- All Implemented Interfaces:
- PatchMsg, QueueElementIF
- public final class AlarmMsg
- extends Object
- implements QueueElementIF, PatchMsg
An AlarmMsg
is set by Patches
to remind
them when to wake up and send a probe or do some action.
- Version:
- $Id: AlarmMsg.java,v 1.2 2003/03/24 00:13:13 geels Exp $
- Author:
- Jeremy Stribling
type
public byte type
peer
public NodeId peer
AlarmMsg
public AlarmMsg(NodeId peer,
byte type)
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
getType
public byte getType()
- Specified by:
getType
in interface PatchMsg
toString
public String toString()
- Overrides:
toString
in class Object