org.jboss.errai.otec.client
Class OTQueuedOperation
java.lang.Object
org.jboss.errai.otec.client.OTQueuedOperation
- All Implemented Interfaces:
- Comparable<OTQueuedOperation>
public class OTQueuedOperation
- extends Object
- implements Comparable<OTQueuedOperation>
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OTQueuedOperation
public OTQueuedOperation(int version,
OTOperation operation,
String peerId,
int entityId)
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>
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.