org.mule.providers.multicast
Class MulticastMessageDispatcher

java.lang.Object
  extended byorg.mule.providers.AbstractMessageDispatcher
      extended byorg.mule.providers.udp.UdpMessageDispatcher
          extended byorg.mule.providers.multicast.MulticastMessageDispatcher
All Implemented Interfaces:
Disposable, ExceptionListener, UMOConnectable, UMOMessageDispatcher

public class MulticastMessageDispatcher
extends UdpMessageDispatcher

MulticastMessageDispatcher dispatches events to a multicast address

Version:
$Revision: 3798 $
Author:
Ross Mason

Field Summary
 
Fields inherited from class org.mule.providers.udp.UdpMessageDispatcher
connector, inetAddress, port, socket
 
Fields inherited from class org.mule.providers.AbstractMessageDispatcher
connected, connectionStrategy, disposed, doThreading, endpoint, logger, workManager
 
Fields inherited from interface org.mule.umo.provider.UMOMessageDispatcher
RECEIVE_NO_WAIT, RECEIVE_WAIT_INDEFINITELY
 
Constructor Summary
MulticastMessageDispatcher(UMOImmutableEndpoint endpoint)
           
 
Method Summary
protected  DatagramSocket createSocket(int port, InetAddress inetAddress)
           
protected  void doDisconnect()
           
 
Methods inherited from class org.mule.providers.udp.UdpMessageDispatcher
doConnect, doDispatch, doDispose, doReceive, doSend, getConnector, getDelegateSession, write
 
Methods inherited from class org.mule.providers.AbstractMessageDispatcher
connect, disconnect, dispatch, dispose, exceptionThrown, getConnectEventId, getConnectionDescription, getOutputStream, isConnected, isDisposed, isTransactionRollback, receive, receive, reconnect, send, useRemoteSync
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulticastMessageDispatcher

public MulticastMessageDispatcher(UMOImmutableEndpoint endpoint)
Method Detail

createSocket

protected DatagramSocket createSocket(int port,
                                      InetAddress inetAddress)
                               throws IOException
Overrides:
createSocket in class UdpMessageDispatcher
Throws:
IOException

doDisconnect

protected void doDisconnect()
                     throws Exception
Overrides:
doDisconnect in class UdpMessageDispatcher
Throws:
Exception


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.