org.jgroups.demos
Class DistributedHashtableDemo
Frame
org.jgroups.demos.DistributedHashtableDemo
- ActionListener, WindowListener, DistributedHashtable.Notification
public class DistributedHashtableDemo
extends Frame
Uses the DistributedHashtable building block. The latter subclasses java.util.Hashtable and overrides
the methods that modify the hashtable (e.g. put()). Those methods are multicast to the group, whereas
read-only methods such as get() use the local copy. A DistributedHashtable is created given the name
of a group; all hashtables with the same name find each other and form a group.
DistributedHashtableDemo
public DistributedHashtableDemo()
actionPerformed
public void actionPerformed(ActionEvent e)
main
public static void main(args[] )
windowActivated
public void windowActivated(WindowEvent e)
windowClosed
public void windowClosed(WindowEvent e)
windowClosing
public void windowClosing(WindowEvent e)
windowDeactivated
public void windowDeactivated(WindowEvent e)
windowDeiconified
public void windowDeiconified(WindowEvent e)
windowIconified
public void windowIconified(WindowEvent e)
windowOpened
public void windowOpened(WindowEvent e)
Copyright B) 1998-2005 Bela Ban. All Rights Reserved.