org.jgroups.demos
public class DistributedQueueDemo extends Frame implements WindowListener, ActionListener, DistributedQueue.Notification
| Constructor Summary | |
|---|---|
| DistributedQueueDemo() | |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e) |
| void | contentsCleared() |
| void | contentsSet(Collection new_entries) |
| void | entryAdd(Object value) |
| void | entryRemoved(Object key) |
| static void | main(String[] args) |
| void | start(String groupname, ChannelFactory factory, String props) |
| 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) |