Package org.apache.catalina.ha.backend
Interface Sender
-
- All Known Implementing Classes:
MultiCastSender
,TcpSender
public interface Sender
Interface to send data to proxies.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(HeartbeatListener config)
Set the configuration parametersint
send(String mess)
Send the message to the proxies
-
-
-
Method Detail
-
init
void init(HeartbeatListener config) throws Exception
Set the configuration parameters- Parameters:
config
- The heartbeat listener configuration- Throws:
Exception
- An error occurred
-
-