Package | Description |
---|---|
org.jboss.errai.otec.client | |
org.jboss.errai.otec.client.mutation | |
org.jboss.errai.otec.server |
Modifier and Type | Interface and Description |
---|---|
interface |
EntitySyncCompletionCallback<T extends State> |
interface |
OTEntity<T extends State> |
class |
OTEntityImpl<T extends State> |
Modifier and Type | Class and Description |
---|---|
class |
StringState |
Modifier and Type | Method and Description |
---|---|
State |
LogQuery.getEffectiveState() |
State<String> |
StringState.getTransientState() |
State<T> |
State.getTransientState() |
State<String> |
StringState.snapshot() |
State<T> |
State.snapshot() |
Modifier and Type | Method and Description |
---|---|
OTEntity |
OTEntityStateImpl.addEntity(State objectReference) |
OTEntity |
OTEntityState.addEntity(State objectReference) |
void |
InitialStateReceiveHandler.receive(State object) |
void |
StringState.syncStateFrom(State<String> fromState) |
void |
State.syncStateFrom(State<T> fromState) |
Modifier and Type | Method and Description |
---|---|
void |
ClientOTPeerImpl.beginSyncRemoteEntity(String peerId,
int entityId,
EntitySyncCompletionCallback<State> callback) |
void |
OTPeer.beginSyncRemoteEntity(String peerId,
int entityId,
EntitySyncCompletionCallback<State> callback) |
void |
StateEntitySyncCompletionCallback.syncComplete(OTEntity<State> entity) |
Constructor and Description |
---|
LogQuery(State effectiveState,
Set<OTOperation> contingentOps,
List<OTOperation> localOpsNeedsMerge) |
Constructor and Description |
---|
EntitySyncCallback(OTEngine engine,
EntitySyncCompletionCallback<State> callback) |
StateEntitySyncCompletionCallback(OTEngine engine,
Integer value,
EntitySyncCompletionCallback<State> delegate) |
Modifier and Type | Interface and Description |
---|---|
interface |
Mutation<T extends State,D> |
Modifier and Type | Method and Description |
---|---|
void |
ServerOTPeerImpl.beginSyncRemoteEntity(String peerId,
int entityId,
EntitySyncCompletionCallback<State> callback) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.