Package | Description |
---|---|
org.jboss.errai.otec.client | |
org.jboss.errai.otec.client.atomizer | |
org.jboss.errai.otec.client.operation | |
org.jboss.errai.otec.server |
Modifier and Type | Class and Description |
---|---|
class |
OTEntityImpl<T extends State> |
Modifier and Type | Method and Description |
---|---|
OTEntity |
OTEntityState.addEntity(State objectReference) |
OTEntity |
OTEntityStateImpl.addEntity(State objectReference) |
OTEntity |
OTEntityState.getEntity(int id) |
OTEntity |
OTEntityStateImpl.getEntity(int id) |
Modifier and Type | Method and Description |
---|---|
Collection<OTEntity> |
OTEntityState.getEntities() |
Collection<OTEntity> |
OTEntityStateImpl.getEntities() |
Modifier and Type | Method and Description |
---|---|
void |
OTEntityState.addEntity(OTEntity entity) |
void |
OTEntityStateImpl.addEntity(OTEntity entity) |
OTOperationsListBuilder |
AbstractOTEngine.DefaultOTOperationsFactory.createOperation(OTEntity entity) |
static TransactionLog |
TransactionLogImpl.createTransactionLog(OTEntity entity) |
static Transformer |
Transformer.createTransformerLocalPrecedence(OTEngine engine,
OTEntity entity,
OTOperation operation) |
static Transformer |
Transformer.createTransformerRemotePrecedence(OTEngine engine,
OTEntity entity,
OTOperation operation) |
void |
PeerState.forceResyncAll(OTEntity entity) |
void |
SinglePeerState.forceResyncAll(OTEntity entity) |
void |
PeerState.notifyResync(OTEntity entity) |
void |
SinglePeerState.notifyResync(OTEntity entity) |
void |
ResyncListener.onResync(OTEntity entity) |
void |
StateEntitySyncCompletionCallback.syncComplete(OTEntity<State> entity) |
void |
EntitySyncCompletionCallback.syncComplete(OTEntity<T> entity) |
Modifier and Type | Method and Description |
---|---|
static AtomizerSession |
Atomizer.syncWidgetWith(OTEngine engine,
OTEntity entity,
com.google.gwt.user.client.ui.ValueBoxBase widget) |
Constructor and Description |
---|
EntityChangeStreamImpl(OTEngine engine,
OTEntity entity) |
Modifier and Type | Method and Description |
---|---|
boolean |
OTOperationImpl.apply(OTEntity entity) |
boolean |
OTOperation.apply(OTEntity entity) |
boolean |
OTOperationImpl.apply(OTEntity entity,
boolean transiently) |
boolean |
OTOperation.apply(OTEntity entity,
boolean transiently) |
static OTOperation |
OTOperationImpl.createLocalOnlyOperation(OTEngine engine,
String agentId,
List<Mutation> mutationList,
OTEntity entity,
int revision,
OpPair pair) |
static OTOperation |
OTOperationImpl.createLocalOnlyOperation(OTEngine engine,
String agentId,
List<Mutation> mutationList,
OTEntity entity,
OpPair pair) |
OTOperationsListBuilder |
OTOperationsFactory.createOperation(OTEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
MultiplePeerState.forceResyncAll(OTEntity entity) |
void |
MultiplePeerState.notifyResync(OTEntity entity) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.