Uses of Class
ecmwf.ecpds.master.transfer.TransferServerProvider.TransferServerException
Packages that use TransferServerProvider.TransferServerException
-
Uses of TransferServerProvider.TransferServerException in ecmwf.ecpds.master.transfer
Methods in ecmwf.ecpds.master.transfer that throw TransferServerProvider.TransferServerExceptionModifier and TypeMethodDescriptionTransferScheduler.acquisition
(StatusUpdate out, String destinationName, Host host, String source, String pattern, boolean synchronous) Version 1 is getting the list as an array of String and version 2 is getting the list as an InputStream.TransferScheduler.download
(DataTransfer transfer, Host hostForSource, List<DataTransfer> relatedTransfers) Download.TransferScheduler.execution
(StatusUpdate out, String destinationName, Host host, String script) Executing script against data mover (this is because the script might open a connection to a remote site to get the list of files to retrieve).Constructors in ecmwf.ecpds.master.transfer that throw TransferServerProvider.TransferServerExceptionModifierConstructorDescriptionTransferServerProvider
(String caller, boolean checkCluster, Integer allocatedFileSystem, String transferGroup, String destination, MasterServer master, Host primaryHost) Instantiates a new transfer server provider.