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 |
AbstractOTEngine |
class |
OTClientEngine |
Modifier and Type | Method and Description |
---|---|
static OTEngine |
OTClientEngine.createEngineWithSinglePeer() |
static OTEngine |
OTClientEngine.createEngineWithSinglePeer(String name) |
Modifier and Type | Method and Description |
---|---|
static Transformer |
Transformer.createTransformerLocalPrecedence(OTEngine engine,
OTEntity entity,
OTOperation operation) |
static Transformer |
Transformer.createTransformerRemotePrecedence(OTEngine engine,
OTEntity entity,
OTOperation operation) |
static Collection<OTOperation> |
Transformer.opCombinitator(OTEngine engine,
List<OTOperation> toCombine) |
OTOperation |
OpDto.otOperation(OTEngine engine) |
static void |
ClientOTBusService.startOTService(MessageBus messageBus,
OTEngine engine) |
OpPair |
OpPairDto.toOpPair(OTEngine engine) |
Constructor and Description |
---|
ClientOTPeerImpl(MessageBus bus,
OTEngine engine) |
EntitySyncCallback(OTEngine engine,
EntitySyncCompletionCallback<State> callback) |
StateEntitySyncCompletionCallback(OTEngine engine,
Integer value,
EntitySyncCompletionCallback<State> delegate) |
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 |
---|---|
OTEngine |
OTOperationImpl.getEngine() |
OTEngine |
OTOperation.getEngine() |
Modifier and Type | Method and Description |
---|---|
static OTOperation |
OTOperationImpl.createLocalOnlyOperation(OTEngine engine,
OTOperation operation) |
static OTOperation |
OTOperationImpl.createLocalOnlyOperation(OTEngine engine,
OTOperation operation,
int lastRevisionTx) |
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) |
static OTOperation |
OTOperationImpl.createOperation(OTEngine engine,
String agentId,
List<Mutation> mutationList,
int entityId,
int revision,
String revisionHash) |
static OTOperation |
OTOperationImpl.createOperation(OTEngine engine,
String agentId,
List<Mutation> mutationList,
int entityId,
int revision,
String revisionHash,
OpPair transformedFrom,
int lastRevisionTx) |
Modifier and Type | Class and Description |
---|---|
class |
OTServerEngine |
Modifier and Type | Method and Description |
---|---|
static OTEngine |
OTServerEngine.createEngineWithMultiplePeers() |
static OTEngine |
OTServerEngine.createEngineWithMultiplePeers(String name) |
Modifier and Type | Method and Description |
---|---|
static void |
ServerOTBusService.startOTService(MessageBus messageBus,
OTEngine engine) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.