Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.otec.client.OTEngine

Packages that use OTEngine
org.jboss.errai.otec.client   
org.jboss.errai.otec.client.atomizer   
org.jboss.errai.otec.client.operation   
org.jboss.errai.otec.server   
 

Uses of OTEngine in org.jboss.errai.otec.client
 

Classes in org.jboss.errai.otec.client that implement OTEngine
 class AbstractOTEngine
           
 class OTClientEngine
           
 

Methods in org.jboss.errai.otec.client that return OTEngine
static OTEngine OTClientEngine.createEngineWithSinglePeer()
           
static OTEngine OTClientEngine.createEngineWithSinglePeer(String name)
           
 

Methods in org.jboss.errai.otec.client with parameters of type OTEngine
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)
           
 

Constructors in org.jboss.errai.otec.client with parameters of type OTEngine
ClientOTPeerImpl(MessageBus bus, OTEngine engine)
           
EntitySyncCallback(OTEngine engine, EntitySyncCompletionCallback<State> callback)
           
StateEntitySyncCompletionCallback(OTEngine engine, Integer value, EntitySyncCompletionCallback<State> delegate)
           
 

Uses of OTEngine in org.jboss.errai.otec.client.atomizer
 

Methods in org.jboss.errai.otec.client.atomizer with parameters of type OTEngine
static AtomizerSession Atomizer.syncWidgetWith(OTEngine engine, OTEntity entity, com.google.gwt.user.client.ui.ValueBoxBase widget)
           
 

Constructors in org.jboss.errai.otec.client.atomizer with parameters of type OTEngine
EntityChangeStreamImpl(OTEngine engine, OTEntity entity)
           
 

Uses of OTEngine in org.jboss.errai.otec.client.operation
 

Methods in org.jboss.errai.otec.client.operation that return OTEngine
 OTEngine OTOperationImpl.getEngine()
           
 OTEngine OTOperation.getEngine()
           
 

Methods in org.jboss.errai.otec.client.operation with parameters of type OTEngine
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)
           
 

Uses of OTEngine in org.jboss.errai.otec.server
 

Classes in org.jboss.errai.otec.server that implement OTEngine
 class OTServerEngine
           
 

Methods in org.jboss.errai.otec.server that return OTEngine
static OTEngine OTServerEngine.createEngineWithMultiplePeers()
           
static OTEngine OTServerEngine.createEngineWithMultiplePeers(String name)
           
 

Methods in org.jboss.errai.otec.server with parameters of type OTEngine
static void ServerOTBusService.startOTService(MessageBus messageBus, OTEngine engine)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.