org.jboss.errai.otec.client
Interface OTPeer
- All Known Implementing Classes:
- ClientOTPeerImpl, ServerOTPeerImpl
public interface OTPeer
- Author:
- Mike Brock, Christian Sadilek
getId
String getId()
send
void send(OTOperation operation)
sendPurgeHint
void sendPurgeHint(Integer entityId,
int revision)
forceResync
void forceResync(Integer entityId,
int revision,
String state)
beginSyncRemoteEntity
void beginSyncRemoteEntity(String peerId,
int entityId,
EntitySyncCompletionCallback<State> callback)
setLastKnownRemoteSequence
void setLastKnownRemoteSequence(Integer entity,
int sequence)
getLastKnownRemoteSequence
int getLastKnownRemoteSequence(Integer entity)
getLastTransmittedSequence
int getLastTransmittedSequence(Integer entity)
isSynced
boolean isSynced()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.