org.apache.catalina.ha.backend
Class MultiCastSender

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

public class MultiCastSender
extends java.lang.Object
implements Sender


Constructor Summary
MultiCastSender()
           
 
Method Summary
 void init(HeartbeatListener config)
          Set the configuration parameters
 int send(java.lang.String mess)
          Send the message to the proxies
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiCastSender

public MultiCastSender()
Method Detail

init

public void init(HeartbeatListener config)
          throws java.lang.Exception
Description copied from interface: Sender
Set the configuration parameters

Specified by:
init in interface Sender
Throws:
java.lang.Exception

send

public int send(java.lang.String mess)
         throws java.lang.Exception
Description copied from interface: Sender
Send the message to the proxies

Specified by:
send in interface Sender
Throws:
java.lang.Exception


Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.