public interface AsperaTransaction extends AsperaTransfer
Modifier and Type | Interface and Description |
---|---|
static class |
AsperaTransaction.AsperaTransactionState
Enumeration of the possible transaction states.
|
Modifier and Type | Method and Description |
---|---|
void |
addProgressListener(ProgressListener listener)
Adds the specified progress listener to the list of listeners
receiving updates about this transfer's progress.
|
TransferProgress |
getProgress()
Returns progress information about this transfer.
|
ProgressListener |
getProgressListenerChain() |
com.ibm.aspera.faspmanager2.ITransferListener |
getTransferListener() |
void |
removeProgressListener(ProgressListener listener)
Removes the specified progress listener from the list of progress
listeners receiving updates about this transfer's progress.
|
AsperaResult |
waitForCompletion() |
cancel, getBucketName, getKey, isDone, onQueue, pause, progress, resume
AsperaResult waitForCompletion() throws AsperaTransferException, InterruptedException
void addProgressListener(ProgressListener listener)
listener
- The progress listener to add.void removeProgressListener(ProgressListener listener)
listener
- The progress listener to remove.TransferProgress getProgress()
ProgressListener getProgressListenerChain()
com.ibm.aspera.faspmanager2.ITransferListener getTransferListener()
Copyright © 2024. All rights reserved.