org.apache.oodt.cas.pushpull.retrievalsystem
Class DownloadingFileInfo

java.lang.Object
  extended by org.apache.oodt.cas.pushpull.retrievalsystem.DownloadingFileInfo

public class DownloadingFileInfo
extends Object

Version:
$Revision$

Describe your class here

.
Author:
bfoster

Constructor Summary
DownloadingFileInfo(File downloadingFile, long startTimeInMillis, int currentThreadCount)
           
 
Method Summary
 File getDownloadingFile()
           
 long getStartTimeInMillis()
           
 LinkedList<TimeAndThreadCount> getTimeAndThreadInfo()
           
 void updateThreadCount(long timeInMillis, int threadCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadingFileInfo

public DownloadingFileInfo(File downloadingFile,
                           long startTimeInMillis,
                           int currentThreadCount)
Method Detail

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.