ostore.replica
Class ReplicaCloseReq

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

public class ReplicaCloseReq
extends ReplicaReq

Events sent from the ClientStage to the ReplicaStage requesting the latter to remove a local Replica.

Version:
$Id: ReplicaCloseReq.java,v 1.7 2002/07/29 18:48:54 geels Exp $
Author:
Dennis Geels

Field Summary
 
Fields inherited from class ostore.replica.ReplicaReq
digest, local, target
 
Constructor Summary
ReplicaCloseReq(InputBuffer buffer)
          Constructs a ReplicaCloseReq from its serialized form.
ReplicaCloseReq(SecureHash target)
          Constructs a new ReplicaCloseReq.
 
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

ReplicaCloseReq

public ReplicaCloseReq(SecureHash target)
Constructs a new ReplicaCloseReq.


ReplicaCloseReq

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