- changed() - Method in class org.jboss.aerogear.sync.client.DefaultPatchObservable
-
- changed() - Method in interface org.jboss.aerogear.sync.client.PatchObservable
-
Marks this PatchObservable as having been changed
- channel() - Method in interface org.jboss.aerogear.sync.server.Subscriber
-
The channel that this subscriber uses to communicate.
- checksum() - Method in interface org.jboss.aerogear.sync.Edit
-
A checksum of the opposing sides shadow document.
- ClientDataStore<T,S extends Edit<? extends Diff>> - Interface in org.jboss.aerogear.sync.client
-
A client side
DataStore implementation is responsible for storing and serving data for a
Differential Synchronization implementation.
- clientDiff(ShadowDocument<T>, ClientDocument<T>) - Method in interface org.jboss.aerogear.sync.client.ClientSynchronizer
-
- clientDiff(Document<T>, ShadowDocument<T>) - Method in interface org.jboss.aerogear.sync.server.ServerSynchronizer
-
Is called to produce an
Edit of changes coming from a client.
- ClientDocument<T> - Interface in org.jboss.aerogear.sync
-
A client document is used on both the server and client side and
associates a client identifier with a
Document.
- clientId() - Method in interface org.jboss.aerogear.sync.client.SyncClient
-
Returns the client identifier.
- clientId() - Method in interface org.jboss.aerogear.sync.ClientDocument
-
Identifies a client or session to which this Document belongs.
- clientId() - Method in interface org.jboss.aerogear.sync.PatchMessage
-
Identifies the client that this edit instance belongs to.
- clientId() - Method in interface org.jboss.aerogear.sync.server.Subscriber
-
The client identifier of this subscriber
- ClientSynchronizer<T,S extends Edit<? extends Diff>> - Interface in org.jboss.aerogear.sync.client
-
An instance of this class will be able to handle tasks needed to implement
Differential Synchronization for a specific type of documents.
- clientVersion() - Method in interface org.jboss.aerogear.sync.Edit
-
The client version that edit is related to.
- clientVersion() - Method in interface org.jboss.aerogear.sync.ShadowDocument
-
Represents the latest client version that this shadow document was based on.
- connect() - Method in interface org.jboss.aerogear.sync.client.SyncClient
-
Connects this client to a Sync Server.
- content() - Method in interface org.jboss.aerogear.sync.Document
-
The content of a document.
- countPatchListeners() - Method in class org.jboss.aerogear.sync.client.DefaultPatchObservable
-
- countPatchListeners() - Method in interface org.jboss.aerogear.sync.client.PatchObservable
-
- countPatchListeners() - Method in interface org.jboss.aerogear.sync.client.SyncClient
-
- createPatchMessage(String, String, Queue<S>) - Method in interface org.jboss.aerogear.sync.client.ClientSynchronizer
-
Creates a new
PatchMessage with the with the type of
Edit that this
synchronizer can handle.
- createPatchMessage(String, String, Queue<S>) - Method in interface org.jboss.aerogear.sync.server.ServerSynchronizer
-
Creates a new
PatchMessage with the with the type of
Edit that this
synchronizer can handle.