Package | Description |
---|---|
org.jlab.coda.cMsg.cMsgDomain.client | |
org.jlab.coda.cMsg.common | |
org.jlab.coda.cMsg.RCServerDomain |
Modifier and Type | Field and Description |
---|---|
(package private) cMsgGetHelper |
cMsgServerClient.clientNamesHelper
Helper object used in
cMsgServerClient.getClientNamesAndNamespaces() . |
(package private) cMsgGetHelper |
cMsgServerClient.cloudLockHelper
Helper object used in
cMsgServerClient.cloudLock(int) . |
(package private) cMsgGetHelper |
cMsgServerClient.registrationLockHelper
Helper object used in
cMsgServerClient.registrationLock(int) . |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.concurrent.ConcurrentHashMap<java.lang.Integer,cMsgGetHelper> |
cMsg.sendAndGets
Collection of all of this client's
cMsg.sendAndGet(org.jlab.coda.cMsg.cMsgMessage, int)
calls currently in execution. |
(package private) java.util.concurrent.ConcurrentHashMap<java.lang.Integer,cMsgGetHelper> |
cMsg.syncSends
Collection of all of this client's
cMsg.syncSend(org.jlab.coda.cMsg.cMsgMessage, int)
calls currently in execution. |
Modifier and Type | Class and Description |
---|---|
class |
cMsgSubscription
This class stores a client's subscription to a particular message subject and type.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.concurrent.ConcurrentHashMap<java.lang.Integer,cMsgGetHelper> |
RCServer.sendAndGets
Collection of all of this client's
RCServer.sendAndGet(cMsgMessage, int)
calls currently in execution. |