|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antiaction.mayhem.httpd.RequestConnectionThreadWorker
public class RequestConnectionThreadWorker
Network connection ObjectWorker Thread.
| Constructor Summary | |
|---|---|
RequestConnectionThreadWorker()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Overrides Cloneable. |
void |
init(java.util.HashMap props)
|
void |
run()
Wait for connection. |
void |
setForwardObjectBroker(IObjectBroker _objectBroker)
|
void |
setObjectBroker(IObjectBroker _objectBroker)
|
void |
setThreadPool(IThreadPool _threadPool)
Assign a ThreadPool to this thread. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestConnectionThreadWorker()
| Method Detail |
|---|
public void init(java.util.HashMap props)
public void setObjectBroker(IObjectBroker _objectBroker)
public void setForwardObjectBroker(IObjectBroker _objectBroker)
public java.lang.Object clone()
IThreadWorker
clone in interface IThreadWorkerclone in class java.lang.ObjectCloneablepublic void setThreadPool(IThreadPool _threadPool)
IThreadWorkerThreadPool to this thread.
setThreadPool in interface IThreadWorker_threadPool - Associated ThreadPool to this thread.public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||