|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jlab.coda.cMsg.cMsgDomain.server.cMsgHolder
public class cMsgHolder
This class is used to implement the cMsg domain server by storing an incoming message along with subject, type, id, and request (or client, server, flag for a shutdown) for later action by a thread from the thread pool.
Constructor Summary | |
---|---|
cMsgHolder()
Constructor for holding sendAndGet, subscribe, and unget information from client. |
|
cMsgHolder(cMsgMessageFull message)
Constructor for holding send and get information from client. |
|
cMsgHolder(java.lang.String client,
boolean include)
Constructor for holding shutdown information from client. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public cMsgHolder()
public cMsgHolder(cMsgMessageFull message)
public cMsgHolder(java.lang.String client, boolean include)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |