Uses of Interface
org.yamcs.filetransfer.FileTransfer
Packages that use FileTransfer
-
Uses of FileTransfer in org.yamcs.cfdp
Subinterfaces of FileTransfer in org.yamcs.cfdpClasses in org.yamcs.cfdp that implement FileTransferModifier and TypeClassDescriptionclassclassclassRepresents a pastCfdpFileTransferobtained from the database.classclassMethods in org.yamcs.cfdp that return FileTransferModifier and TypeMethodDescriptionCfdpService.getFileTransfer(long id) CfdpService.startDownload(String sourceEntity, String sourcePath, String destinationEntity, Bucket bucket, String objectName, TransferOptions options) Methods in org.yamcs.cfdp that return types with arguments of type FileTransferMethods in org.yamcs.cfdp with parameters of type FileTransferModifier and TypeMethodDescriptionvoidCfdpService.cancel(FileTransfer transfer) voidCfdpService.pause(FileTransfer transfer) voidCfdpService.resume(FileTransfer transfer) voidCfdpService.stateChanged(FileTransfer ft) Constructors in org.yamcs.cfdp with parameters of type FileTransferModifierConstructorDescriptionCancelRequest(FileTransfer transfer) PauseRequest(FileTransfer transfer) ResumeRequest(FileTransfer transfer) -
Uses of FileTransfer in org.yamcs.filetransfer
Methods in org.yamcs.filetransfer that return FileTransferModifier and TypeMethodDescriptionFileTransferService.getFileTransfer(long id) Get the file transfer with the given identifier.FileTransferService.startDownload(String sourceEntity, String sourcePath, String destinationEntity, Bucket bucket, String objectName, TransferOptions options) Start a file download.FileTransferService.startUpload(String sourceEntity, Bucket bucket, String objectName, String destinationEntity, String destinationPath, TransferOptions options) Start a file upload.Methods in org.yamcs.filetransfer that return types with arguments of type FileTransferModifier and TypeMethodDescriptionFileTransferService.getTransfers(FileTransferFilter filter) Get the list of ongoing or past transfers.Methods in org.yamcs.filetransfer with parameters of type FileTransferModifier and TypeMethodDescriptionvoidFileTransferService.cancel(FileTransfer transfer) Cancel the file transfer.voidFileTransferService.pause(FileTransfer transfer) Pause the file transfer.voidFileTransferService.resume(FileTransfer transfer) Resume the file transfer.voidTransferMonitor.stateChanged(FileTransfer cfdpTransfer)