Class MultiCastSender

java.lang.Object
org.apache.catalina.ha.backend.MultiCastSender
All Implemented Interfaces:
Sender

public class MultiCastSender extends Object implements Sender
  • Constructor Details

    • MultiCastSender

      public MultiCastSender()
  • Method Details

    • init

      public void init(HeartbeatListener config) throws Exception
      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

      public int send(String mess) throws Exception
      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