Code Search for Developers
 
 
  

Site.java from PeerWriter at Krugle


Show Site.java syntax highlighted

package fr.loria.ecoo.pbcast;

public interface Site {
	public void deliver(Object o) throws Exception;

	public Object getId() throws Exception;
}




See more files for this project here

PeerWriter

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.

Project homepage: http://sourceforge.net/projects/peerwriter
Programming language(s): Java,XML
License: gpl2

  test/
    AntiEntropyTests.java
    LogTests.java
    NeighborsTests.java
    PbCastTests.java
    PropagationTests.java
  Log.java
  Message.java
  Neighbors.java
  PbCast.java
  Site.java