public class Multicast extends ClusterManager
ChangesSender,
ChangesReceiver| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_FILE
Field containing the configuration file with the various options that
can be specified for configuring the JGroups channel
|
compatible17, follownr, kicker, lastRecievedMessage, nodesToSend, nodesToSpawn, receive, send, spawnThreads| Constructor and Description |
|---|
Multicast() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
readConfiguration(Map<String,String> configuration)
Read configuration settings
|
protected void |
startCommunicationThreads()
Starts the ChangesSender and MulticastChangerReciever threads,
which handle the sending and recieving of messages on the channel in
seaparate threads.
|
protected void |
stopCommunicationThreads()
Subclasses should stop the communication threads in this method
|
String |
toString() |
createMessage, createMessage, handleEvent, notify, parseMessage, parseMessageBackwardCompatible, run, shutdown, startpublic static final String CONFIG_FILE
protected void readConfiguration(Map<String,String> configuration)
readConfiguration in class ClusterManagerconfiguration - read from config resourceprotected void startCommunicationThreads()
startCommunicationThreads in class ClusterManagerprotected void stopCommunicationThreads()
ClusterManagerstopCommunicationThreads in class ClusterManagerMMBase 1.9-SNAPSHOT - ${javadoctimestamp}