org.apache.oodt.cas.pushpull.retrievalsystem
Class DownloadingFileInfo
java.lang.Object
org.apache.oodt.cas.pushpull.retrievalsystem.DownloadingFileInfo
public class DownloadingFileInfo
- extends Object
- Version:
- $Revision$
Describe your class here
.
- Author:
- bfoster
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadingFileInfo
public DownloadingFileInfo(File downloadingFile,
long startTimeInMillis,
int currentThreadCount)
updateThreadCount
public void updateThreadCount(long timeInMillis,
int threadCount)
getDownloadingFile
public File getDownloadingFile()
getStartTimeInMillis
public long getStartTimeInMillis()
getTimeAndThreadInfo
public LinkedList<TimeAndThreadCount> getTimeAndThreadInfo()
Copyright © 1999-2011 Apache Incubator. All Rights Reserved.