|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.socketInterface.Consumer
public class Consumer
This class consumes elements found in the BlockingQueue filled by the Producer. Then it unmarshalls the message of this element which should be XML scenario events, and executes the corresponding action. It then write the response on the client stream.
Creation date: 03-06-2005
Constructor Summary | |
---|---|
Consumer(java.util.concurrent.BlockingQueue<Server.Input> queue)
|
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Consumer(java.util.concurrent.BlockingQueue<Server.Input> queue)
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 |