ostore.replica
Class RemoteReplicaOpenReq
java.lang.Object
|
+--dd.api.DDPrefixRouteMsg
|
+--ostore.replica.RemoteReplicaOpenReq
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class RemoteReplicaOpenReq
- extends DDPrefixRouteMsg
- Version:
- $Id: RemoteReplicaOpenReq.java,v 1.13 2004/05/13 20:16:27 hweather Exp $
- Author:
- Patrick R. Eaton
Constructor Summary |
RemoteReplicaOpenReq(InputBuffer buffer)
|
RemoteReplicaOpenReq(SecureHash aguid,
boolean publish,
int ttl,
SecureHash id,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
|
RemoteReplicaOpenReq(SecureHash aguid,
SecureHash peer,
boolean publish,
int ttl,
SecureHash id,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
|
RemoteReplicaOpenReq
public RemoteReplicaOpenReq(SecureHash aguid,
boolean publish,
int ttl,
SecureHash id,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
RemoteReplicaOpenReq
public RemoteReplicaOpenReq(SecureHash aguid,
SecureHash peer,
boolean publish,
int ttl,
SecureHash id,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
RemoteReplicaOpenReq
public RemoteReplicaOpenReq(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Parameters:
buffer
- the output buffer to add the object to
getOpenReq
protected ReplicaOpenReq getOpenReq()
id
public SecureHash id()
toString
public String toString()
- Overrides:
toString
in class Object