Package | Description |
---|---|
org.jlab.coda.cMsg.cMsgDomain.client | |
org.jlab.coda.cMsg.RCDomain | |
org.jlab.coda.cMsg.RCMulticastDomain | |
org.jlab.coda.cMsg.RCServerDomain |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.concurrent.ConcurrentHashMap<java.lang.Integer,cMsgSubscription> |
cMsg.subscribeAndGets
Collection of all of this client's
cMsg.subscribeAndGet(String, String, int)
calls currently in execution. |
java.util.concurrent.ConcurrentHashMap<cMsgSubscription,java.lang.String> |
cMsg.subscriptions
Collection of all of this client's message subscriptions which are
cMsgSubscription objects (value of map is dummy so we can use
concurrent hashmap). |
Modifier and Type | Field and Description |
---|---|
java.util.Set<cMsgSubscription> |
RunControl.subscriptions
Collection of all of this client's message subscriptions which are
cMsgSubscription objects. |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Set<cMsgSubscription> |
RCMulticast.subscriptions
Collection of all of this server's subscriptions which are
cMsgSubscription objects. |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.concurrent.ConcurrentHashMap<java.lang.Integer,cMsgSubscription> |
RCServer.subscribeAndGets
Collection of all of this client's
RCServer.subscribeAndGet(String, String, int)
calls currently in execution. |
(package private) java.util.Set<cMsgSubscription> |
RCServer.subscriptions
Collection of all of this client's message subscriptions which are
cMsgSubscription objects. |