Methods in org.openspaces.remoting.scripting that throw ScriptExecutionException |
Object |
JRubyLocalScriptExecutor.execute(Script script,
JRubyLocalScriptExecutor.JRubyCompiledScript compiledScript,
Map<String,Object> parameters)
|
Object |
Jsr223LocalScriptExecutor.execute(Script script,
Object compiledScript,
Map<String,Object> parameters)
|
Object |
GroovyLocalScriptExecutor.execute(Script script,
groovy.lang.Script compiledScript,
Map<String,Object> parameters)
|
Object |
LocalScriptExecutor.execute(Script script,
T compiledScript,
Map<String,Object> parameters)
Executes the given compiled script. |