ostore.inner
Class TimedHeartbeatReqMsg
java.lang.Object
|
+--ostore.inner.TimedHeartbeatReqMsg
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class TimedHeartbeatReqMsg
- extends Object
- implements QueueElementIF, QuickSerializable
Request a heartbeat having a date later than min_date
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aguid
public SecureHash aguid
min_date
public QSDate min_date
need_vguid
public boolean need_vguid
TimedHeartbeatReqMsg
public TimedHeartbeatReqMsg(SecureHash aguid,
QSDate min_date,
boolean need_vguid)
TimedHeartbeatReqMsg
public TimedHeartbeatReqMsg(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to