ostore.replica
Class RemoteReplicaUpdateResp
java.lang.Object
|
+--dd.api.DDRouteMsg
|
+--ostore.replica.RemoteReplicaUpdateResp
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class RemoteReplicaUpdateResp
- extends DDRouteMsg
A response to a RemoteReplicaUpdateReq to a remote client when we have
finished applying the tentative update.
- Version:
- $Id: RemoteReplicaUpdateResp.java,v 1.2 2004/05/13 20:16:27 hweather Exp $
- Author:
- Jeff Pang
RemoteReplicaUpdateResp
public RemoteReplicaUpdateResp(SecureHash peer,
ReplicaUpdateResp resp,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
- Parameters:
peer
- the guid to route toresp
- the ReplicaUpdateResp reply
RemoteReplicaUpdateResp
public RemoteReplicaUpdateResp(InputBuffer buffer)
throws QSException
resp
public final ReplicaUpdateResp resp()
- Get the ReplicaCreateReq contained in this message.
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Overrides:
serialize
in class DDRouteMsg
- Parameters:
buffer
- the output buffer to add the object to
toString
public String toString()
- Overrides:
toString
in class Object