|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jlab.coda.cMsg.cMsgDomain.server.cMsgServerSendAndGetter
public class cMsgServerSendAndGetter
This class handles a server client's sendAndGet request and propagates it to all the connected servers. It takes care of all the details of getting a response and forwarding that to the client as well as cancelling the request to servers after the first response is received.
Constructor Summary | |
---|---|
cMsgServerSendAndGetter(cMsgNameServer nameServer,
cMsgNotifier notifier,
java.util.concurrent.ConcurrentHashMap sendAndGetters)
Constructor. |
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 cMsgServerSendAndGetter(cMsgNameServer nameServer, cMsgNotifier notifier, java.util.concurrent.ConcurrentHashMap sendAndGetters)
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 |