Errai 3.0.1-SNAPSHOT

org.jboss.errai.otec.client
Class LogQuery

java.lang.Object
  extended by org.jboss.errai.otec.client.LogQuery

public class LogQuery
extends Object

Author:
Mike Brock

Constructor Summary
LogQuery(State effectiveState, Set<OTOperation> contingentOps, List<OTOperation> localOpsNeedsMerge)
           
 
Method Summary
 Set<OTOperation> getContingentOps()
           
 State getEffectiveState()
           
 List<OTOperation> getLocalOpsNeedsMerge()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogQuery

public LogQuery(State effectiveState,
                Set<OTOperation> contingentOps,
                List<OTOperation> localOpsNeedsMerge)
Method Detail

getEffectiveState

public State getEffectiveState()

getContingentOps

public Set<OTOperation> getContingentOps()

getLocalOpsNeedsMerge

public List<OTOperation> getLocalOpsNeedsMerge()

Errai 3.0.1-SNAPSHOT

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