dist1.acb.common.transport.concretePackets
Class ResponseFileIds
java.lang.Object
dist1.acb.common.transport.Packet
dist1.acb.common.transport.Response
dist1.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
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 java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResponseFileIds
public ResponseFileIds(Request request)
- Creates a new instance of ResponseFileIds
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.