org.mule.transport.multicast
Class MulticastMessageReceiver.MulticastWorker
java.lang.Object
org.mule.transport.udp.UdpMessageReceiver.UdpWorker
org.mule.transport.multicast.MulticastMessageReceiver.MulticastWorker
- All Implemented Interfaces:
- Runnable, javax.resource.spi.work.Work, Disposable
- Enclosing class:
- MulticastMessageReceiver
public class MulticastMessageReceiver.MulticastWorker
- extends UdpMessageReceiver.UdpWorker
Method Summary |
void |
dispose()
A lifecycle method where implementor should free up any resources. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MulticastMessageReceiver.MulticastWorker
public MulticastMessageReceiver.MulticastWorker(DatagramPacket packet)
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-2012 MuleSoft, Inc.. All Rights Reserved.