com.antiaction.mayhem.core
Interface IThreadWorker

All Superinterfaces:
java.lang.Cloneable, java.lang.Runnable
All Known Implementing Classes:
ProcessWorker, RequestConnectionThreadWorker, RequestHeadersThreadWorker, RequestWorker, RequestWorker, RequestWorker, RequestWorker, RequestWorker

public interface IThreadWorker
extends java.lang.Cloneable, java.lang.Runnable

Worker Interface.

Version:
1.00
Author:
Nicholas Clarke

Method Summary
 java.lang.Object clone()
          Overrides Cloneable.
 void setThreadPool(IThreadPool _threadPool)
          Assign a ThreadPool to this thread.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

setThreadPool

void setThreadPool(IThreadPool _threadPool)
Assign a ThreadPool to this thread.

Parameters:
_threadPool - Associated ThreadPool to this thread.

clone

java.lang.Object clone()
Overrides Cloneable.

Returns:
a clone of this instance.
Throws:
java.lang.OutOfMemoryError - if there is not enough memory.
See Also:
Cloneable


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.