Package planet.scribe

Interface Summary
IsRootListener Interface for isRoot call response events
Scribe This interface is exported by all instances of Scribe.
ScribeClient This interface represents a client using the Scribe system.
ScribeContent This interface represents data published in a Scribe system.
ScribePolicy This interface represents a policy for Scribe, which is asked whenever a child is about to be added or removed, or when the the local node is about to be implicitly subscribed to a new topic.
 

Class Summary
ScribeImpl The provided implementation of Scribe.
ScribePolicy.DefaultScribePolicy The default policy for Scribe, which always allows new children to join and adds children in the order in which they are provided, implicitly providing a depth-first search.
ScribePolicy.LimitedScribePolicy An optional policy for Scribe, which allows up to a specified number of children per topic.
Topic This interface represents a specific topic in the Scribe system.