Package org.apache.catalina.ha.backend
Class MultiCastSender
- java.lang.Object
- 
- org.apache.catalina.ha.backend.MultiCastSender
 
- 
- 
Constructor SummaryConstructors Constructor Description MultiCastSender()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(HeartbeatListener config)Set the configuration parametersintsend(java.lang.String mess)Send the message to the proxies
 
- 
- 
- 
Method Detail- 
initpublic void init(HeartbeatListener config) throws java.lang.Exception Description copied from interface:SenderSet the configuration parameters
 - 
sendpublic int send(java.lang.String mess) throws java.lang.ExceptionDescription copied from interface:SenderSend the message to the proxies
 
- 
 
-