Class AbstractMessageHandlerRunnable
java.lang.Object
com.inductiveautomation.ignition.common.script.message.AbstractMessageHandlerRunnable
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
ExtensionFunctionMessageHandlerRunnable
,MessageHandlerRunnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
protected final MessageHandlerTask
protected final boolean
protected final MessageHandlerKey
protected final LoggerEx
protected final org.python.core.PyDictionary
protected final String
protected final MessageResultHandler
protected final String
protected final ScriptManager
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractMessageHandlerRunnable
(MessageHandlerTask handler, org.python.core.PyDictionary messageParams, MessageResultHandler resultHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
handleJyExecException
(JythonExecException e, ScriptExecutionReport executionReport)
-
Field Details
-
HANDLE_MESSAGE_METHODNAME
- See Also:
-
log
-
handler
-
messageParams
protected final org.python.core.PyDictionary messageParams -
projectName
-
script
-
key
-
isScriptsEnabled
protected final boolean isScriptsEnabled -
scriptManager
-
resultHandler
-
-
Constructor Details
-
AbstractMessageHandlerRunnable
protected AbstractMessageHandlerRunnable(MessageHandlerTask handler, org.python.core.PyDictionary messageParams, MessageResultHandler resultHandler)
-
-
Method Details
-
handleJyExecException
-