ostore.inner
Class LatestHeartbeatReq

java.lang.Object
  |
  +--ostore.inner.LatestHeartbeatReq
All Implemented Interfaces:
QuickSerializable

public class LatestHeartbeatReq
extends Object
implements QuickSerializable


Field Summary
 SecureHash guid
           
 SecureHash principal
           
 SecureHash requesting_client
           
 QSDate timestamp
           
 
Constructor Summary
LatestHeartbeatReq(InputBuffer buffer)
           
LatestHeartbeatReq(SecureHash p, SecureHash g, SecureHash client, QSDate t)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

principal

public SecureHash principal

guid

public SecureHash guid

requesting_client

public SecureHash requesting_client

timestamp

public QSDate timestamp
Constructor Detail

LatestHeartbeatReq

public LatestHeartbeatReq(SecureHash p,
                          SecureHash g,
                          SecureHash client,
                          QSDate t)

LatestHeartbeatReq

public LatestHeartbeatReq(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

toString

public String toString()
Overrides:
toString in class Object