class RcCommandHandler extends GenericCallback implements org.jlab.coda.cMsg.cMsgCallbackInterface
Class RcCommandHandler
Constructor and Description |
---|
RcCommandHandler(CMSGPortal cmsgPortal)
Constructor RcCommandHandler creates a new RcCommandHandler instance.
|
Modifier and Type | Method and Description |
---|---|
void |
callback(org.jlab.coda.cMsg.cMsgMessage msg,
java.lang.Object o)
This method is a callback for subscriptions of subject = * and various types like
run/transition/* ., run/control/*, session/setOption/*, session/control/*,
and coda/info/* .
|
getMaximumQueueSize, getMaximumThreads, getMessagesPerThread, getSkipSize, maySkipMessages, mustSerializeMessages
RcCommandHandler(CMSGPortal cmsgPortal)
cmsgPortal
- of type CMSGPortalpublic void callback(org.jlab.coda.cMsg.cMsgMessage msg, java.lang.Object o)
callback
in interface org.jlab.coda.cMsg.cMsgCallbackInterface
msg
- cMsgMessage being receivedo
- object given in subscription and passed in here (null in this case)