package fr.loria.ecoo.pbcast; public interface Site { public void deliver(Object o) throws Exception; public Object getId() throws Exception; }
PeerWriter is a collaborative text editor. Multiple peers can edit the same document while they see overall changes in real-time. PeerWriter is based on a decentralized infrastructure, using a non-locking concurrency protocol ensuring global consistency.
test/ AntiEntropyTests.java LogTests.java NeighborsTests.java PbCastTests.java PropagationTests.java Log.java Message.java Neighbors.java PbCast.java Site.java