org.mule.transport.multicast
Class MulticastMessageReceiver.MulticastWorker

java.lang.Object
  extended by org.mule.transport.udp.UdpMessageReceiver.UdpWorker
      extended by 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


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
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.transport.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-2009 MuleSource, Inc.. All Rights Reserved.