Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates | |
com.softwareag.mobile.runtime.toolkit.operations | |
com.softwareag.mobile.runtime.toolkit.rest |
Modifier and Type | Method and Description |
---|---|
void |
IOperationDelegate.onOperationFailed(IOperation operation)
Notifies this listener that the watched
IOperation failed. |
void |
IOperationDelegate.onOperationFinished(IOperation operation)
Notifies this listener that the watched
IOperation finished. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSynchronizableOperation
The
AbstractSynchronizableOperation implements all necessary
members from it's super class IOperation and provides the possibility
to notify all registered listeners in a thread-safe manner. |
class |
AbstractThreadedOperation
The
AbstractThreadedOperation is an asynchronous executed
operation. |
class |
DownloadOperation
The
DownloadOperation loads all data stored by the used
integration server. |
class |
SyncOperation
The
SyncOperation sends a local data set to the integration
server and results in an array of new and updated items. |
Modifier and Type | Method and Description |
---|---|
void |
SyncClient.onOperationFailed(IOperation operation) |
void |
SyncClient.onOperationFinished(IOperation operation) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultipartRestOperation
The
AbstractMultipartRestOperation is an extension of
AbstractRestOperation that adds support for HTTP multipart POST or
PUT requests. |
class |
AbstractRestOperation
The
AbstractRestOperation is an thread save, derivable
abstraction for remote communication using Representational state transfer
(REST). |