public class EntityChangeStreamImpl extends Object implements EntityChangeStream
Constructor and Description |
---|
EntityChangeStreamImpl(OTEngine engine,
OTEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
int |
getEntityId() |
void |
notifyDelete(int index,
String data) |
void |
notifyInsert(int index,
String data) |
public int getEntityId()
getEntityId
in interface EntityChangeStream
public void notifyInsert(int index, String data)
notifyInsert
in interface EntityChangeStream
public void notifyDelete(int index, String data)
notifyDelete
in interface EntityChangeStream
public void flush()
flush
in interface EntityChangeStream
public void close()
close
in interface EntityChangeStream
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.