class cMsgServerSendAndGetter
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
(package private) cMsgNotifier |
notifier
Wait on this object which tells us when a response message has been sent
to a sendAndGet so we can notify bridges to cancel their sendAndGets.
|
(package private) java.util.concurrent.ConcurrentHashMap<java.lang.Integer,cMsgServerSendAndGetter> |
sendAndGetters
A map of all cMsgServerSendAndGetter objects (threads) for this client.
|
Constructor and Description |
---|
cMsgServerSendAndGetter(cMsgNameServer nameServer,
cMsgNotifier notifier,
java.util.concurrent.ConcurrentHashMap<java.lang.Integer,cMsgServerSendAndGetter> sendAndGetters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
cMsgNotifier notifier
java.util.concurrent.ConcurrentHashMap<java.lang.Integer,cMsgServerSendAndGetter> sendAndGetters
public cMsgServerSendAndGetter(cMsgNameServer nameServer, cMsgNotifier notifier, java.util.concurrent.ConcurrentHashMap<java.lang.Integer,cMsgServerSendAndGetter> sendAndGetters)
nameServer
- servernotifier
- notifiersendAndGetters
- map of all cMsgServerSendAndGetter objects (threads) for this client