org.apache.oodt.cas.pushpull.retrievalsystem
Class DataFileToPropFileLinker
java.lang.Object
org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
- All Implemented Interfaces:
- DownloadListener
public class DataFileToPropFileLinker
- extends Object
- implements DownloadListener
- 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 |
DataFileToPropFileLinker
public DataFileToPropFileLinker()
addPropFileToDataFileLink
public void addPropFileToDataFileLink(File propFile,
ProtocolFile pFile)
addPropFileToDataFileLink
public void addPropFileToDataFileLink(File propFile,
String remoteDataFilePath)
markAsFailed
public void markAsFailed(File propFile,
String errorMsg)
markAsFailed
public void markAsFailed(ProtocolFile pFile,
String errorMsg)
markAsFailed
public void markAsFailed(String pFilePath,
String errorMsg)
getErrorsAndEraseLinks
public String getErrorsAndEraseLinks(File propFile)
eraseLinks
public void eraseLinks(File propFile)
getErrors
public String getErrors(File propFile)
getStatusOf
public String getStatusOf(File propFile)
getDownloadingFilesLinkedToPropFile
public LinkedList<ProtocolFile> getDownloadingFilesLinkedToPropFile(File propFile)
getSuccessfullyDownloadedFilesLinkedToPropFile
public LinkedList<ProtocolFile> getSuccessfullyDownloadedFilesLinkedToPropFile(File propFile)
getFailedToDownloadFilesLinkedToPropFile
public LinkedList<ProtocolFile> getFailedToDownloadFilesLinkedToPropFile(File propFile)
downloadFailed
public void downloadFailed(ProtocolFile file,
String errorMsg)
- Specified by:
downloadFailed in interface DownloadListener
downloadFinished
public void downloadFinished(ProtocolFile file)
- Specified by:
downloadFinished in interface DownloadListener
downloadStarted
public void downloadStarted(ProtocolFile file)
- Specified by:
downloadStarted in interface DownloadListener
clear
public void clear()
Copyright © 1999-2011 Apache OODT. All Rights Reserved.