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

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

public class DownloadThreadEvaluator
extends Object

Version:
$Revision$

Describe your class here

.
Author:
bfoster

Constructor Summary
DownloadThreadEvaluator(int maxThreads)
           
 
Method Summary
 void cancelRuntimeTracking(File file)
           
 void fileDownloadComplete(File file)
           
 int getRecommendedThreadCount()
           
 void startTrackingDownloadRuntimeForFile(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadThreadEvaluator

public DownloadThreadEvaluator(int maxThreads)
Method Detail

startTrackingDownloadRuntimeForFile

public void startTrackingDownloadRuntimeForFile(File file)
                                         throws ThreadEvaluatorException
Throws:
ThreadEvaluatorException

cancelRuntimeTracking

public void cancelRuntimeTracking(File file)

fileDownloadComplete

public void fileDownloadComplete(File file)
                          throws ThreadEvaluatorException
Throws:
ThreadEvaluatorException

getRecommendedThreadCount

public int getRecommendedThreadCount()


Copyright © 1999-2011 Apache Incubator. All Rights Reserved.