Trull

Package edu.luc.cs.trull.demo.rmi

Provides a small distributed demo based on a simple RMI peer-to-peer architecture.

See:
          Description

Interface Summary
EventLabels The event labels used in this demo.
Peer An interface for an RMI-based peer suitable for a peer-to-peer architecture.
RemotePropertyChangeListener A remote listener for PropertyChangeEvents.
 

Class Summary
Main A peer-to-peer example.
PeerImpl An RMI-based component suitable for a peer-to-peer architecture.
TestComponent The main logic of the demo component.
UserInterface A button (-> PRESS) and a checkbox (<- CHECK) in a frame.
 

Package edu.luc.cs.trull.demo.rmi Description

Provides a small distributed demo based on a simple RMI peer-to-peer architecture. The peers' behaviors are provided by Trull expressions. The peers create their own registries on their local hosts and register themselves.


Trull

http://www.cs.luc.edu/trull/