Package org.apache.catalina.ha.backend
Class MultiCastSender
- java.lang.Object
-
- org.apache.catalina.ha.backend.MultiCastSender
-
-
Constructor Summary
Constructors Constructor Description MultiCastSender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(HeartbeatListener config)
Set the configuration parametersint
send(java.lang.String mess)
Send the message to the proxies
-
-
-
Method Detail
-
init
public void init(HeartbeatListener config) throws java.lang.Exception
Description copied from interface:Sender
Set the configuration parameters
-
send
public int send(java.lang.String mess) throws java.lang.Exception
Description copied from interface:Sender
Send the message to the proxies
-
-