dist1.acb.common.transport.concretePackets
Class ResponseFileIds

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

public class ResponseFileIds
extends Response

After update, the primary sends to the peer the assigned File Ids

Author:
Lazar Adzigogov
See Also:
Serialized Form

Constructor Summary
ResponseFileIds(Request request)
          Creates a new instance of ResponseFileIds
 
Method Summary
 void addFileId(java.lang.Integer fileId)
           
 java.util.LinkedList getListFileIds()
          Getter for property listFileIds.
 void setListFileIds(java.util.LinkedList listFileIds)
          Setter for property listFileIds.
 
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

ResponseFileIds

public ResponseFileIds(Request request)
Creates a new instance of ResponseFileIds

Method Detail

addFileId

public void addFileId(java.lang.Integer fileId)

getListFileIds

public java.util.LinkedList getListFileIds()
Getter for property listFileIds.

Returns:
Value of property listFileIds.

setListFileIds

public void setListFileIds(java.util.LinkedList listFileIds)
Setter for property listFileIds.

Parameters:
listFileIds - New value of property listFileIds.


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