Errai 3.0.1-SNAPSHOT

org.jboss.errai.otec.client
Class OTQueuedOperation

java.lang.Object
  extended by org.jboss.errai.otec.client.OTQueuedOperation
All Implemented Interfaces:
Comparable<OTQueuedOperation>

public class OTQueuedOperation
extends Object
implements Comparable<OTQueuedOperation>

Author:
Mike Brock

Constructor Summary
OTQueuedOperation(int version, OTOperation operation, String peerId, int entityId)
           
 
Method Summary
 int compareTo(OTQueuedOperation o)
           
 int getEntityId()
           
 OTOperation getOperation()
           
 String getPeerId()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OTQueuedOperation

public OTQueuedOperation(int version,
                         OTOperation operation,
                         String peerId,
                         int entityId)
Method Detail

getVersion

public int getVersion()

getOperation

public OTOperation getOperation()

getPeerId

public String getPeerId()

getEntityId

public int getEntityId()

compareTo

public int compareTo(OTQueuedOperation o)
Specified by:
compareTo in interface Comparable<OTQueuedOperation>

Errai 3.0.1-SNAPSHOT

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