ostore.replica
Class RemoteReplicaCloseAllReq
java.lang.Object
  |
  +--dd.api.DDRouteMsg
        |
        +--ostore.replica.RemoteReplicaCloseAllReq
- All Implemented Interfaces: 
- QueueElementIF, QuickSerializable
- public class RemoteReplicaCloseAllReq- extends DDRouteMsg
HACK: Send a ReplicaCloseAll request to a remote replica
- Version: 
- $Id: RemoteReplicaCloseAllReq.java,v 1.3 2004/05/13 20:16:27 hweather Exp $
- Author: 
- Jeff Pang
 
 
 
 
 
RemoteReplicaCloseAllReq
public RemoteReplicaCloseAllReq(SecureHash peer,
                                int ttl,
                                boolean recursive,
                                boolean dd_intermediate_upcall,
                                boolean one_hop)
- Parameters:
- peer- the guid to route toward
- ttl- the max number of hops to go before stopping
RemoteReplicaCloseAllReq
public RemoteReplicaCloseAllReq(InputBuffer buffer)
                         throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface: QuickSerializable
- Add the object to the buffer.
 
- 
- Specified by: 
- serializein interface- QuickSerializable
- Overrides:
- serializein class- DDRouteMsg
 
- 
- Parameters:
- buffer- the output buffer to add the object to
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
-