Interface | Description |
---|---|
ClientSyncWorker.QueryParamInitCallback |
A callback that provides parameters for the query used by a
ClientSyncWorker . |
DataSyncCallback<E> |
A callback used by
ClientSyncWorker . |
Class | Description |
---|---|
ClientSyncManager |
The main contact point for applications that want to initiate data sync
operations from the client side of an Errai application.
|
ClientSyncWorker<E> |
Handles the job of keeping one JPA
NamedQuery in sync between the client and server. |
ErraiAttributeAccessor |
Implementation of
JpaAttributeAccessor that works with Errai's
generated client-side Attribute objects (which have their own get() and set()
methods). |
Annotation Type | Description |
---|---|
Sync |
Specifies that a
ClientSyncWorker should be created with the given query and query
parameters, and that s sync worker will be started when this bean is first created and stopped
when this bean is destroyed. |
SyncParam |
Represents a parameter of a named query used in a data sync operation (see
Sync ). |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.