- All Implemented Interfaces:
Sender
public class MultiCastSender
extends Object
implements Sender
-
Constructor Summary
Constructors
-
Method Summary
void
Set the configuration parameters
int
Send the message to the proxies
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MultiCastSender
public MultiCastSender()
-
Method Details
-
init
Description copied from interface: Sender
Set the configuration parameters
- Specified by:
init
in interface Sender
- Parameters:
config
- The heartbeat listener configuration
- Throws:
Exception
- An error occurred
-
send
Description copied from interface: Sender
Send the message to the proxies
- Specified by:
send
in interface Sender
- Parameters:
mess
- The message that will be sent
- Returns:
0
if no error occurred, -1
otherwise
- Throws:
Exception
- An error occurred