public final class DownloadOperation extends AbstractThreadedOperation
DownloadOperation
loads all data stored by the used
integration server.
The operation is internally monitored and executed by the SyncClient
.
Have a look at SyncClient.download()
for more details.
This class is not meant to be extended by clients.
Modifier and Type | Method and Description |
---|---|
com.softwareag.mobile.data.sync.ResponseSet |
getResponseSet() |
void |
runInternal()
Encapsulates all business logic.
|
void |
setDelay(boolean delayedStart)
Sets whether the execution should be delayed by
updateInterval or not. |
run
addOperationDelegate, execute, getRawResult, getResult, getResult, getResultCode, removeOperationDelegate
public com.softwareag.mobile.data.sync.ResponseSet getResponseSet()
public void runInternal() throws java.lang.Exception
AbstractThreadedOperation
Exception
to notify all listeners that the operation is
failed.java.lang.Exception
public void setDelay(boolean delayedStart)
updateInterval
or not.delayedStart
-