dist1.acb.common.transport.concretePackets
Class RequestRemoveFiles

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Request
          extended bydist1.acb.common.transport.RequestUpdate
              extended bydist1.acb.common.transport.concretePackets.RequestRemoveFiles
All Implemented Interfaces:
java.io.Serializable

public class RequestRemoveFiles
extends RequestUpdate

Request sent to primary to remove files from sharing

Author:
Lazar Adzigogov
See Also:
Serialized Form

Constructor Summary
RequestRemoveFiles(java.util.LinkedList fileIds)
          Creates a new instance of RequestRemoveFiles
 
Method Summary
 java.util.LinkedList getFileIds()
          Getter for property fileIds.
 void setFileIds(java.util.LinkedList fileIds)
          Setter for property fileIds.
 
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

RequestRemoveFiles

public RequestRemoveFiles(java.util.LinkedList fileIds)
Creates a new instance of RequestRemoveFiles

Method Detail

getFileIds

public java.util.LinkedList getFileIds()
Getter for property fileIds.

Returns:
Value of property fileIds.

setFileIds

public void setFileIds(java.util.LinkedList fileIds)
Setter for property fileIds.

Parameters:
fileIds - New value of property fileIds.


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