org.apache.axis2.util.threadpool
Interface AxisWorker

All Known Implementing Classes:
MailWorker, TCPWorker

public interface AxisWorker

Worker interface for Axis Workers. When a worker is handed over to the thread pool the method doWork() is called by the thread pool.


Method Summary
 void doWork()
           
 

Method Detail

doWork

public void doWork()