Uses of Class
adams.core.scripting.JepScriptlet
-
Packages that use JepScriptlet Package Description adams.core.scripting -
-
Uses of JepScriptlet in adams.core.scripting
Fields in adams.core.scripting with type parameters of type JepScriptlet Modifier and Type Field Description protected LinkedBlockingQueue<JepScriptlet>
JepScriptingEngineThread. m_Scriptlets
the current command queue.Methods in adams.core.scripting with parameters of type JepScriptlet Modifier and Type Method Description void
JepScriptingEngine. add(JepScriptlet scriplet)
Places the scriplet in the processing queue.void
JepScriptingEngineThread. add(JepScriptlet scriptlet)
Adds the scriptlet to the queue.protected String
JepScriptingEngineThread. doProcess(JepScriptlet scriptlet)
Executes the given scriptlet.protected void
JepScriptingEngineThread. postProcess(JepScriptlet scriptlet, boolean success, String lastError)
Performs some postprocessing.protected void
JepScriptingEngineThread. preProcess(JepScriptlet scriptlet)
Performs some preprocessing.
-