org.smallmind.quorum.transport.message
Class ReceptionWorker
java.lang.Object
org.smallmind.quorum.transport.message.ReceptionWorker
- All Implemented Interfaces:
- Runnable
public class ReceptionWorker
- extends Object
- implements Runnable
|
Method Summary |
void |
run()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReceptionWorker
public ReceptionWorker(MessageStrategy messageStrategy,
Map<String,MessageTarget> targetMap,
SynchronousQueue<javax.jms.Message> messageRendezvous,
ConcurrentLinkedQueue<TopicOperator> operatorQueue)
stop
public void stop()
throws InterruptedException
- Throws:
InterruptedException
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2012. All Rights Reserved.