| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ostore.replica.ClientSignatureReq
A request sent from the ReplicaStage to the
 ClientStage, requesting that the latter sign and dispatch a
 message on behalf of a client.
 
 No explicit response is required.  The ReplicaStage can
 watch for the requested message itself.
 
 Currently this message is used only to request a
 LatestHeartbeatReqMsg be sent to the inner ring.
 If/when others are added, we'll have to generalize the code somewhat.
| Constructor Summary | |
|---|---|
ClientSignatureReq(SecureHash guid,
                   QSDate timestamp,
                   SecureHash req_digest)
Constructs a ClientSignatureReq for a
 LatestHeartbeatReqMsg. | 
|
| Method Summary | |
|---|---|
 SecureHash | 
get_guid()
Returns the AGUID for which we need the heartbeat.  | 
 SecureHash | 
get_req_digest()
Returns the digest of the original ReplicaReq which
 triggered this request. | 
 QSDate | 
get_timestamp()
Returns the earliest acceptable heartbeat timestamp.  | 
 String | 
toString()
Returns a human-readable representation of this ClientSignatureReq. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public ClientSignatureReq(SecureHash guid,
                          QSDate timestamp,
                          SecureHash req_digest)
ClientSignatureReq for a
 LatestHeartbeatReqMsg.
| Method Detail | 
public SecureHash get_guid()
public QSDate get_timestamp()
public SecureHash get_req_digest()
ReplicaReq which
 triggered this request.
public String toString()
ClientSignatureReq.
toString in class Object
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||