ostore.replica
Class ReplicaCloseAllReq

java.lang.Object
  |
  +--ostore.replica.ReplicaReq
        |
        +--ostore.replica.ReplicaCloseAllReq
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class ReplicaCloseAllReq
extends ReplicaReq

HACK: Request from client to clear all the replicas out of the replica stage.

Version:
$Id: ReplicaCloseAllReq.java,v 1.1 2002/10/26 10:22:58 jeffpang Exp $
Author:
Jeff Pang

Field Summary
 
Fields inherited from class ostore.replica.ReplicaReq
digest, local, target
 
Constructor Summary
ReplicaCloseAllReq()
          Constructs a new ReplicaCloseAllReq.
ReplicaCloseAllReq(InputBuffer buffer)
          Constructs a ReplicaCloseAllReq from its serialized form.
 
Methods inherited from class ostore.replica.ReplicaReq
get_digest, get_seq_num, get_target, hashCode, is_local, serialize, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplicaCloseAllReq

public ReplicaCloseAllReq()
Constructs a new ReplicaCloseAllReq.


ReplicaCloseAllReq

public ReplicaCloseAllReq(InputBuffer buffer)
                   throws QSException
Constructs a ReplicaCloseAllReq from its serialized form.