org.apache.axis2.transport.base.datagram
Class ProcessPacketTask

java.lang.Object
  extended by org.apache.axis2.transport.base.datagram.ProcessPacketTask
All Implemented Interfaces:
java.lang.Runnable

public class ProcessPacketTask
extends java.lang.Object
implements java.lang.Runnable

Task encapsulating the processing of a datagram. Instances of this class will be dispatched to worker threads for execution.


Constructor Summary
ProcessPacketTask(DatagramEndpoint endpoint, byte[] data, int length)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessPacketTask

public ProcessPacketTask(DatagramEndpoint endpoint,
                         byte[] data,
                         int length)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.