Uses of Class
adams.core.scripting.JepScriptingEngineThread
-
Packages that use JepScriptingEngineThread Package Description adams.core.scripting -
-
Uses of JepScriptingEngineThread in adams.core.scripting
Fields in adams.core.scripting declared as JepScriptingEngineThread Modifier and Type Field Description protected JepScriptingEngineThread
JepScriptlet. m_Owner
the owning thread (with the interpreter).protected JepScriptingEngineThread
JepScriptingEngine. m_ProcessingThread
the thread to use for executing the commands.Methods in adams.core.scripting that return JepScriptingEngineThread Modifier and Type Method Description JepScriptingEngineThread
JepScriptlet. getOwner()
Returns the owning thread.JepScriptingEngineThread
JepScriptingEngine. getProcessingThread()
Returns the thread for processing the scripting commands.Methods in adams.core.scripting with parameters of type JepScriptingEngineThread Modifier and Type Method Description void
JepScriptlet. setOwner(JepScriptingEngineThread value)
Sets the owning thread.
-