Interface | Description |
---|---|
IOperation |
Common definition of all operations.
|
Class | Description |
---|---|
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. |
AbstractThreadedOperation |
The
AbstractThreadedOperation is an asynchronous executed
operation. |
DownloadOperation |
The
DownloadOperation loads all data stored by the used
integration server. |
FileLoadOperation |
This class loads a resource from the file system into a String.
|
OperationNotifier |
This is an internally used
nUIObject to synchronize the communication
between different threads. |
SyncClient |
The
SyncClient enables clients to synchronize JSON-based data
with Software AGs Integration Server. |
SyncOperation |
The
SyncOperation sends a local data set to the integration
server and results in an array of new and updated items. |