|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antiaction.mayhem.mail.smtpd.ProcessWorker
public class ProcessWorker
Process Worker.
| Field Summary | |
|---|---|
BufferedInputStream |
fileIn
Managed inputstream. |
PrintOutputStream |
fileOut
Managed outputstream. |
| Constructor Summary | |
|---|---|
ProcessWorker()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Overrides Cloneable. |
boolean |
init(java.util.HashMap props)
Initialize worker. |
void |
run()
Wait for connection. |
void |
setExit(boolean _exit)
|
void |
setObjectBroker(IObjectBroker _objectBroker)
Assign a Broker to this worker. |
void |
setService(Service service)
|
void |
setServiceManager(ISMTPServiceManager serviceManager)
|
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 |
| Field Detail |
|---|
public BufferedInputStream fileIn
public PrintOutputStream fileOut
| Constructor Detail |
|---|
public ProcessWorker()
| Method Detail |
|---|
public boolean init(java.util.HashMap props)
IRequestWorker
init in interface IRequestWorkerprops - Properties.public java.lang.Object clone()
IThreadWorker
clone in interface IThreadWorkerclone in class java.lang.ObjectCloneablepublic void setObjectBroker(IObjectBroker _objectBroker)
IRequestWorkerBroker to this worker.
setObjectBroker in interface IRequestWorker_objectBroker - Associated Broker for this worker.public void setService(Service service)
public void setServiceManager(ISMTPServiceManager serviceManager)
public void setThreadPool(IThreadPool _threadPool)
IThreadWorkerThreadPool to this thread.
setThreadPool in interface IThreadWorker_threadPool - Associated ThreadPool to this thread.public void setExit(boolean _exit)
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 | |||||||||