Interface | Description |
---|---|
DataSyncService |
An Errai RPC service which is called by ClientSyncManager when it wishes to
synchronize JPA data sets data between itself and the server.
|
JpaAttributeAccessor |
JPA attribute values cannot be obtained the same way on the client as on the
server.
|
Class | Description |
---|---|
ConflictResponse<X> |
A SyncResponse that represents conflicting state due to a change that happened on the responding end.
|
DeleteResponse<X> |
Sync response that indicates the deletion of an entity.
|
EntityComparator | |
IdChangeResponse<X> | |
NewRemoteEntityResponse<X> | |
SyncableDataSet<E> | |
SyncRequestOperation<X> | |
SyncResponse<X> | |
SyncResponses<E> |
Provides information about a completed sync operation.
|
UpdateResponse<X> |
Sync response that indicates that the given entity has been modified since
the last sync response.
|
Enum | Description |
---|---|
SyncRequestOperation.Type |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.