|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--org.pricingnexus.worker.RPPconsumer
This class belongs directly as worker class to the RawPriceProcessor. It's task is to consume the raw price messages and process them: 1) Identify them in the database, 2) Update Database and 3) send the out again with the unique internal instrument ID. If 1) is not possible, send a request for static data gathering out. $Header$
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
RPPconsumer(javax.jms.TopicPublisher simplePriceTCPublisher,
javax.jms.QueueReceiver rawPriceQUReceiver,
javax.jms.QueueSender sdRequestQUSender,
JmsWrapper staticDataRequest,
IniReader iniObject)
The constructor need three pointers to two queue connections and to one topic connection. |
Method Summary | |
void |
run()
This is just an almost infinite loop that waits for incoming messages and processes them. |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RPPconsumer(javax.jms.TopicPublisher simplePriceTCPublisher, javax.jms.QueueReceiver rawPriceQUReceiver, javax.jms.QueueSender sdRequestQUSender, JmsWrapper staticDataRequest, IniReader iniObject)
Method Detail |
public void run()
run
in class java.lang.Thread
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |