|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lifl.magique.util.RequestProcessor
this is simply use to treat a given request in a thread. Each request is run in a separate thread which is instantiated by siuch an object.
Runnable| Constructor Summary | |
RequestProcessor(AbstractAgent agent,
Request request)
|
|
| Method Summary | |
void |
run()
treats the request |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RequestProcessor(AbstractAgent agent,
Request request)
agent - the object that must execute requestrequest - the request to execute| Method Detail |
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 | |||||||||