Uses of Class
org.apache.oodt.cas.filemgr.structs.FileTransferStatus

Packages that use FileTransferStatus
org.apache.oodt.cas.filemgr.datatransfer   
org.apache.oodt.cas.filemgr.system   
org.apache.oodt.cas.filemgr.util   
 

Uses of FileTransferStatus in org.apache.oodt.cas.filemgr.datatransfer
 

Methods in org.apache.oodt.cas.filemgr.datatransfer that return FileTransferStatus
 FileTransferStatus TransferStatusTracker.getCurrentFileTransfer()
           
 

Methods in org.apache.oodt.cas.filemgr.datatransfer that return types with arguments of type FileTransferStatus
 List<FileTransferStatus> TransferStatusTracker.getCurrentFileTransfers()
           
 

Uses of FileTransferStatus in org.apache.oodt.cas.filemgr.system
 

Methods in org.apache.oodt.cas.filemgr.system that return FileTransferStatus
 FileTransferStatus XmlRpcFileManagerClient.getCurrentFileTransfer()
           
 

Methods in org.apache.oodt.cas.filemgr.system that return types with arguments of type FileTransferStatus
 List<FileTransferStatus> XmlRpcFileManagerClient.getCurrentFileTransfers()
           
 

Uses of FileTransferStatus in org.apache.oodt.cas.filemgr.util
 

Methods in org.apache.oodt.cas.filemgr.util that return FileTransferStatus
static FileTransferStatus XmlRpcStructFactory.getFileTransferStatusFromXmlRpc(Hashtable<String,Object> statusHash)
           
 

Methods in org.apache.oodt.cas.filemgr.util that return types with arguments of type FileTransferStatus
static List<FileTransferStatus> XmlRpcStructFactory.getFileTransferStatusesFromXmlRpc(Vector<Hashtable<String,Object>> statusVector)
           
 

Methods in org.apache.oodt.cas.filemgr.util with parameters of type FileTransferStatus
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcFileTransferStatus(FileTransferStatus status)
           
 

Method parameters in org.apache.oodt.cas.filemgr.util with type arguments of type FileTransferStatus
static Vector<Hashtable<String,Object>> XmlRpcStructFactory.getXmlRpcFileTransferStatuses(List<FileTransferStatus> statuses)
           
 



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