|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jlab.coda.cMsg.apps.cMsgGetResponder
public class cMsgGetResponder
This is an example class which creates a client designed to respond to sendAndGet messages from another client. This client is essentially a cMsg message consumer which subscribes to a subject/type and then responds to incoming messages by sending a message for the sender only.
Method Summary | |
---|---|
void |
decodeCommandLine(java.lang.String[] args)
Method to decode the command line used to start this application. |
static void |
main(java.lang.String[] args)
Run as a stand-alone application. |
void |
run()
This method is executed as a thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void decodeCommandLine(java.lang.String[] args)
args
- command line argumentspublic static void main(java.lang.String[] args)
public void run() throws cMsgException
cMsgException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |