|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.ui.experiment.data.HttpFileUploadCache
public class HttpFileUploadCache
This class serves as a container for hybridization file annotation data gathered before the file upload operation. An instance of this class will be stored in HttpFileProperties map for each file upload applet session.
Constructor Summary | |
---|---|
HttpFileUploadCache()
The default constructor. |
Method Summary | |
---|---|
void |
addToList(java.lang.Object obj)
Add a meta data object HttpUploadedFileData into the fileList container. |
void |
clearList()
Upon calling file parsing service, the content of the fileList is passed to the parsing object, and this list is cleared for accepting next batch of file upload. |
ArrayDesignFileUploadGroupData |
getFileArrayDesignData()
|
HybridizationFileUploadGroupData |
getFileData()
|
java.util.List |
getFileList()
|
int |
getFileListSize()
To return the size of the fileList. |
boolean |
getIsStopped()
|
void |
setFileArrayDesignData(ArrayDesignFileUploadGroupData fileArrayDesignData)
|
void |
setFileData(HybridizationFileUploadGroupData fileData)
|
void |
setFileList(java.util.List fileList)
|
void |
setIsStopped(boolean isStopped)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpFileUploadCache()
Method Detail |
---|
public HybridizationFileUploadGroupData getFileData()
public void setFileData(HybridizationFileUploadGroupData fileData)
fileData
- The fileData to set.public java.util.List getFileList()
public void setFileList(java.util.List fileList)
fileList
- The fileList to set.public boolean getIsStopped()
public void setIsStopped(boolean isStopped)
isStopped
- The isStopped to set.public void addToList(java.lang.Object obj)
obj
- The HttpUploadedFileData object constructed using data
passed from the applet through http query header string.public void clearList()
public int getFileListSize()
public ArrayDesignFileUploadGroupData getFileArrayDesignData()
public void setFileArrayDesignData(ArrayDesignFileUploadGroupData fileArrayDesignData)
fileArrayDesignData
- The fileArrayDesignData to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |