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

Field Summary
 
Fields inherited from class dd.api.DDPrefixRouteMsg
dd_intermediate_upcall, hopCount, inbound, one_hop, peer, recursive_route, TTL
 
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)
           
 
Method Summary
protected  ReplicaOpenReq getOpenReq()
           
 SecureHash id()
           
 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
 

Constructor Detail

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
Method Detail

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