dist1.acb.CBL.concretePackets
Class ResponseReplicas

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Response
          extended bydist1.acb.CBL.concretePackets.ResponseReplicas
All Implemented Interfaces:
java.io.Serializable

public class ResponseReplicas
extends Response

ResponseReplicas

Version:
$Revision: 1.3 $
Author:
Alexander Stasiv
See Also:
Serialized Form

Constructor Summary
ResponseReplicas(Request request, Replica[] replicas)
          Creates a new instance of ResponseReplicas
 
Method Summary
 Replica[] getReplicas()
          Getter for property replicas.
 void setReplicas(Replica[] replicas)
          Setter for property replicas.
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseReplicas

public ResponseReplicas(Request request,
                        Replica[] replicas)
Creates a new instance of ResponseReplicas

Parameters:
request - The response is for this request
replicas - Array of replicas
Method Detail

setReplicas

public void setReplicas(Replica[] replicas)
Setter for property replicas.

Parameters:
replicas - New value of property replicas.

getReplicas

public Replica[] getReplicas()
Getter for property replicas.

Returns:
Value of property replicas.


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.