org.mule.providers.multicast
Class MulticastMessageReceiver.MulticastWorker

java.lang.Object
  extended byorg.mule.providers.udp.UdpMessageReceiver.UdpWorker
      extended byorg.mule.providers.multicast.MulticastMessageReceiver.MulticastWorker
All Implemented Interfaces:
Disposable, Runnable, Work
Enclosing class:
MulticastMessageReceiver

public class MulticastMessageReceiver.MulticastWorker
extends UdpMessageReceiver.UdpWorker


Constructor Summary
MulticastMessageReceiver.MulticastWorker(DatagramPacket packet)
           
 
Method Summary
 void dispose()
          A lifecycle method where implementor should free up any resources.
 
Methods inherited from class org.mule.providers.udp.UdpMessageReceiver.UdpWorker
release, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulticastMessageReceiver.MulticastWorker

public MulticastMessageReceiver.MulticastWorker(DatagramPacket packet)
Method Detail

dispose

public void dispose()
Description copied from interface: Disposable
A lifecycle method where implementor should free up any resources. If an exception is thrown it should just be logged and processing should continue. This method should not throw Runtime exceptions.

Specified by:
dispose in interface Disposable
Overrides:
dispose in class UdpMessageReceiver.UdpWorker


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