public class Draw extends ReceiverAdapter implements ActionListener, ChannelListener
| Modifier and Type | Class and Description |
|---|---|
protected class |
Draw.DrawPanel |
| Modifier and Type | Field and Description |
|---|---|
protected String |
cluster_name |
protected boolean |
send_own_state_on_merge |
| Constructor and Description |
|---|
Draw(JChannel channel) |
Draw(JChannel channel,
boolean use_state,
long state_timeout) |
Draw(String props,
boolean no_channel,
boolean jmx,
boolean use_state,
long state_timeout,
boolean use_unicasts,
String name,
boolean send_own_state_on_merge,
AddressGenerator gen) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
void |
channelClosed(Channel channel)
Channel has been closed notification callback
|
void |
channelConnected(Channel channel)
Channel has been connected notification callback
|
void |
channelDisconnected(Channel channel)
Channel has been disconnected notification callback
|
void |
clearPanel() |
String |
getClusterName() |
void |
getState(OutputStream ostream)
Allows an application to write a state through a provided OutputStream.
|
void |
go() |
static void |
main(String[] args) |
void |
receive(Message msg)
Called when a message is received.
|
void |
sendClearPanelMsg() |
protected void |
sendOwnState(Map<Point,Color> copy) |
void |
setClusterName(String clustername) |
void |
setState(InputStream istream)
Allows an application to read a state through a provided InputStream.
|
void |
stop() |
void |
viewAccepted(View v)
Called when a change in membership has occurred.
|
block, suspect, unblockprotected String cluster_name
protected boolean send_own_state_on_merge
public Draw(String props, boolean no_channel, boolean jmx, boolean use_state, long state_timeout, boolean use_unicasts, String name, boolean send_own_state_on_merge, AddressGenerator gen) throws Exception
Exceptionpublic String getClusterName()
public void setClusterName(String clustername)
public static void main(String[] args)
public void receive(Message msg)
ReceiverAdapterreceive in interface MessageListenerreceive in class ReceiverAdapterpublic void viewAccepted(View v)
ReceiverAdapterChannel.connect(String) returns.viewAccepted in interface MembershipListenerviewAccepted in class ReceiverAdapterpublic void getState(OutputStream ostream) throws Exception
ReceiverAdaptergetState in interface MessageListenergetState in class ReceiverAdapterostream - the OutputStreamException - if the streaming fails, any exceptions should be thrown so that the state requester
can re-throw them and let the caller know what happenedOutputStream.close()public void setState(InputStream istream) throws Exception
ReceiverAdaptersetState in interface MessageListenersetState in class ReceiverAdapteristream - the InputStreamException - if the streaming fails, any exceptions should be thrown so that the state requester
can catch them and thus know what happenedInputStream.close()public void clearPanel()
public void sendClearPanelMsg()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void stop()
public void channelConnected(Channel channel)
ChannelListenerchannelConnected in interface ChannelListenerchannel - the channel that has been connectedpublic void channelDisconnected(Channel channel)
ChannelListenerchannelDisconnected in interface ChannelListenerchannel - the disconnected channelpublic void channelClosed(Channel channel)
ChannelListenerchannelClosed in interface ChannelListenerchannel - the closed channelCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.