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 JepScriptingEngineThreadAbstractJepScriptlet. m_Ownerthe owning thread (with the interpreter).protected JepScriptingEngineThreadJepScriptingEngine. m_ProcessingThreadthe thread to use for executing the commands.Methods in adams.core.scripting that return JepScriptingEngineThread Modifier and Type Method Description JepScriptingEngineThreadAbstractJepScriptlet. getOwner()Returns the owning thread.JepScriptingEngineThreadJepScriptingEngine. getProcessingThread()Returns the thread for processing the scripting commands.Methods in adams.core.scripting with parameters of type JepScriptingEngineThread Modifier and Type Method Description voidAbstractJepScriptlet. setOwner(JepScriptingEngineThread value)Sets the owning thread.
-