org.jgroups.demos
public class DistributedHashtableDemo extends Frame implements WindowListener, ActionListener, DistributedHashtable.Notification
Constructor Summary | |
---|---|
DistributedHashtableDemo() |
Method Summary | |
---|---|
void | actionPerformed(ActionEvent e) |
void | contentsCleared() |
void | contentsSet(Map m) |
void | entryRemoved(Object key) |
void | entrySet(Object key, Object value) |
static void | main(String[] args) |
void | start(ChannelFactory factory, String props, boolean persist) |
void | viewChange(Vector joined, Vector left) |
void | windowActivated(WindowEvent e) |
void | windowClosed(WindowEvent e) |
void | windowClosing(WindowEvent e) |
void | windowDeactivated(WindowEvent e) |
void | windowDeiconified(WindowEvent e) |
void | windowIconified(WindowEvent e) |
void | windowOpened(WindowEvent e) |