public class DoubleTest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
DoubleTest.DoubleReceivingCallback
This class defines the callback to be run when a double arrives.
|
(package private) class |
DoubleTest.DoubleSendingCallback
This class defines the callback to be run when a message matching
our subscription arrives.
|
Modifier and Type | Field and Description |
---|---|
(package private) cMsg |
coda |
(package private) cMsg |
codaSend |
Constructor and Description |
---|
DoubleTest(java.lang.String[] args)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Run as a stand-alone application.
|
void |
run()
This method is executed as a thread.
|
public static void main(java.lang.String[] args)
public void run() throws cMsgException
cMsgException