org.mule.providers.multicast
Class MulticastMessageDispatcher

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

public class MulticastMessageDispatcher
extends UdpMessageDispatcher

MulticastMessageDispatcher dispatches events to a multicast address


Field Summary
 
Fields inherited from class org.mule.providers.udp.UdpMessageDispatcher
connector
 
Fields inherited from class org.mule.providers.AbstractMessageDispatcher
connected, connecting, connectionStrategy, disposed, endpoint, logger, workManager
 
Fields inherited from interface org.mule.umo.provider.UMOMessageDispatching
RECEIVE_NO_WAIT, RECEIVE_WAIT_INDEFINITELY
 
Constructor Summary
MulticastMessageDispatcher(UMOImmutableEndpoint endpoint)
           
 
Method Summary
 
Methods inherited from class org.mule.providers.udp.UdpMessageDispatcher
doConnect, doDisconnect, doDispatch, doDispose, doReceive, doSend, write
 
Methods inherited from class org.mule.providers.AbstractMessageDispatcher
activate, connect, disconnect, dispatch, dispose, exceptionThrown, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, isConnected, isDoThreading, isTransactionRollback, passivate, receive, reconnect, send, toString, useRemoteSync, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MulticastMessageDispatcher

public MulticastMessageDispatcher(UMOImmutableEndpoint endpoint)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.