Errai 3.0.1-SNAPSHOT

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

Packages that use State
org.jboss.errai.otec.client   
org.jboss.errai.otec.client.mutation   
org.jboss.errai.otec.server   
 

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

Classes in org.jboss.errai.otec.client with type parameters of type State
 interface EntitySyncCompletionCallback<T extends State>
           
 interface OTEntity<T extends State>
           
 class OTEntityImpl<T extends State>
           
 

Classes in org.jboss.errai.otec.client that implement State
 class StringState
           
 

Methods in org.jboss.errai.otec.client that return State
 State LogQuery.getEffectiveState()
           
 State<T> State.getTransientState()
           
 State<String> StringState.getTransientState()
           
 State<T> State.snapshot()
           
 State<String> StringState.snapshot()
           
 

Methods in org.jboss.errai.otec.client with parameters of type State
 OTEntity OTEntityState.addEntity(State objectReference)
           
 OTEntity OTEntityStateImpl.addEntity(State objectReference)
           
 void InitialStateReceiveHandler.receive(State object)
           
 void StringState.syncStateFrom(State<String> fromState)
           
 void State.syncStateFrom(State<T> fromState)
           
 

Method parameters in org.jboss.errai.otec.client with type arguments of type State
 void OTPeer.beginSyncRemoteEntity(String peerId, int entityId, EntitySyncCompletionCallback<State> callback)
           
 void ClientOTPeerImpl.beginSyncRemoteEntity(String peerId, int entityId, EntitySyncCompletionCallback<State> callback)
           
 void StateEntitySyncCompletionCallback.syncComplete(OTEntity<State> entity)
           
 

Constructors in org.jboss.errai.otec.client with parameters of type State
LogQuery(State effectiveState, Set<OTOperation> contingentOps, List<OTOperation> localOpsNeedsMerge)
           
 

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

Uses of State in org.jboss.errai.otec.client.mutation
 

Classes in org.jboss.errai.otec.client.mutation with type parameters of type State
 interface Mutation<T extends State,D>
           
 

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

Method parameters in org.jboss.errai.otec.server with type arguments of type State
 void ServerOTPeerImpl.beginSyncRemoteEntity(String peerId, int entityId, EntitySyncCompletionCallback<State> callback)
           
 


Errai 3.0.1-SNAPSHOT

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