org.jgroups.demos
public class Draw extends Object implements ActionListener, ChannelListener
| Constructor Summary | |
|---|---|
| Draw(String props, boolean debug, boolean cummulative, boolean no_channel, boolean jmx) | |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e) |
| void | channelClosed(Channel channel) |
| void | channelConnected(Channel channel) |
| void | channelDisconnected(Channel channel) |
| void | channelReconnected(Address addr) |
| void | channelShunned() |
| void | clearPanel() |
| String | getGroupName() |
| void | go() |
| static void | main(String[] args) |
| void | mainLoop() |
| void | sendClearPanelMsg() |
| void | setGroupName(String groupname) |