org.apache.catalina.ha.backend
Class MultiCastSender
java.lang.Object
org.apache.catalina.ha.backend.MultiCastSender
- All Implemented Interfaces:
- Sender
public class MultiCastSender
- extends Object
- implements Sender
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiCastSender
public MultiCastSender()
init
public void init(HeartbeatListener config)
throws Exception
- Description copied from interface:
Sender
- Set the configuration parameters
- Specified by:
init
in interface Sender
- Throws:
Exception
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
- Throws:
Exception
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.