org.jgroups.demos
Class TotalTokenDemo
JFrame
org.jgroups.demos.TotalTokenDemo
- Runnable
public class TotalTokenDemo
extends JFrame
implements Runnable
Demonstration of TOTAL_TOKEN protocol stack implementing total
order. TotalTokenDemo could however be used by any other
stack configuration which does not neccesarily have to satisfy
total order. If using stack configuration other than TOTAL_TOKEN
an appropriate xml configuration file should be used. See -help for
details.
TotalTokenDemo will verify :
total ordering of messages - by computing a color to be displayed
in a gui window.
virtual synchrony - by displaying number of messages transmitted
in last view.
- Vladimir Blagojevic vladimir@cs.yorku.ca
- Ivan Bilenjkij ivan@ibossa.com
TotalTokenDemo
public TotalTokenDemo(String props)
addPanel
public void addPanel(String name,
JPanel panel)
connect
public void connect()
disconnect
public void disconnect()
main
public static void main(args[] )
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.