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.


Field Summary
 SecureHash aguid
           
 QSDate min_date
           
 boolean need_vguid
           
 
Constructor Summary
TimedHeartbeatReqMsg(InputBuffer buffer)
           
TimedHeartbeatReqMsg(SecureHash aguid, QSDate min_date, boolean need_vguid)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aguid

public SecureHash aguid

min_date

public QSDate min_date

need_vguid

public boolean need_vguid
Constructor Detail

TimedHeartbeatReqMsg

public TimedHeartbeatReqMsg(SecureHash aguid,
                            QSDate min_date,
                            boolean need_vguid)

TimedHeartbeatReqMsg

public TimedHeartbeatReqMsg(InputBuffer buffer)
                     throws QSException
Method Detail

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