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