Modifier and Type | Method and Description |
---|---|
cMsgSubscriptionHandle |
cMsg.subscribe(java.lang.String subject,
java.lang.String type,
cMsgCallbackInterface cb,
java.lang.Object userObj)
Method to subscribe to receive messages of a subject and type from the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
cMsg.unsubscribe(cMsgSubscriptionHandle handle)
Method to unsubscribe a previous subscription to receive messages of a subject and type
from the domain.
|
Modifier and Type | Method and Description |
---|---|
cMsgSubscriptionHandle |
CA.subscribe(java.lang.String subject,
java.lang.String type,
cMsgCallbackInterface cb,
java.lang.Object userObj)
Does a CA "monitor on" for this channel.
|
Modifier and Type | Method and Description |
---|---|
void |
CA.unsubscribe(cMsgSubscriptionHandle obj)
Does a CA "monitor off" for this channel.
|
Modifier and Type | Method and Description |
---|---|
cMsgSubscriptionHandle |
cMsg.subscribe(java.lang.String subject,
java.lang.String type,
cMsgCallbackInterface cb,
java.lang.Object userObj)
Method to subscribe to receive messages of a subject and type from the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
cMsg.unsubscribe(cMsgSubscriptionHandle obj)
Method to unsubscribe a previous subscription to receive messages of a subject and type
from the domain.
|
Modifier and Type | Class and Description |
---|---|
class |
cMsgCallbackThread
This class is used to run a message callback in its own thread.
|
Modifier and Type | Method and Description |
---|---|
cMsgSubscriptionHandle |
cMsgDomainAdapter.subscribe(java.lang.String subject,
java.lang.String type,
cMsgCallbackInterface cb,
java.lang.Object userObj)
Method to subscribe to receive messages of a subject and type from the domain.
|
cMsgSubscriptionHandle |
cMsgDomainInterface.subscribe(java.lang.String subject,
java.lang.String type,
cMsgCallbackInterface cb,
java.lang.Object userObj)
Method to subscribe to receive messages of a subject and type from the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
cMsgDomainAdapter.unsubscribe(cMsgSubscriptionHandle handle)
Method to unsubscribe a previous subscription to receive messages of a subject and type
from the domain.
|
void |
cMsgDomainInterface.unsubscribe(cMsgSubscriptionHandle handle)
Method to unsubscribe a previous subscription to receive messages of a subject and type
from the domain.
|
Modifier and Type | Method and Description |
---|---|
cMsgSubscriptionHandle |
RunControl.subscribe(java.lang.String subject,
java.lang.String type,
cMsgCallbackInterface cb,
java.lang.Object userObj)
Method to subscribe to receive messages of a subject and type from the rc server.
|
Modifier and Type | Method and Description |
---|---|
void |
RunControl.unsubscribe(cMsgSubscriptionHandle obj)
Method to unsubscribe a previous subscription to receive messages of a subject and type
from the rc server.
|
Modifier and Type | Method and Description |
---|---|
cMsgSubscriptionHandle |
RCMulticast.subscribe(java.lang.String subject,
java.lang.String type,
cMsgCallbackInterface cb,
java.lang.Object userObj)
Method to subscribe to receive messages from rc clients.
|
Modifier and Type | Method and Description |
---|---|
void |
RCMulticast.unsubscribe(cMsgSubscriptionHandle obj)
Method to unsubscribe a previous subscription to receive messages of a subject and type
from the domain.
|
Modifier and Type | Method and Description |
---|---|
cMsgSubscriptionHandle |
RCServer.subscribe(java.lang.String subject,
java.lang.String type,
cMsgCallbackInterface cb,
java.lang.Object userObj)
This is a method to subscribe to receive messages of a subject and type from the rc client.
|
Modifier and Type | Method and Description |
---|---|
void |
RCServer.unsubscribe(cMsgSubscriptionHandle obj)
Method to unsubscribe a previous subscription.
|