ostore.replica
Class ReplicaCloseAllResp

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

public class ReplicaCloseAllResp
extends ReplicaResp

HACK: A response to the client for a ReplicaCloseAllReq.

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

Field Summary
 
Fields inherited from class ostore.replica.ReplicaResp
digest, error_code, local, NO_ERROR, NOT_OPEN, OBJECT_NOT_FOUND, READ_ERROR, req_digest, target, VERSION_PREDICATE_NOT_SATISFIED
 
Constructor Summary
ReplicaCloseAllResp(InputBuffer buffer)
          Constructs a ReplicaCloseResp from its serialized form.
ReplicaCloseAllResp(ReplicaCloseAllReq req)
          Constructs a new (successful) ReplicaCloseResp.
 
Methods inherited from class ostore.replica.ReplicaResp
get_digest, get_error_code, get_req_digest, get_target, hashCode, is_local, serialize, successful, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplicaCloseAllResp

public ReplicaCloseAllResp(ReplicaCloseAllReq req)
Constructs a new (successful) ReplicaCloseResp.


ReplicaCloseAllResp

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