Uses of Class
org.openspaces.remoting.scripting.ScriptingException
Packages that use ScriptingException
-
Uses of ScriptingException in org.openspaces.remoting.scripting
Subclasses of ScriptingException in org.openspaces.remoting.scriptingModifier and TypeClassDescriptionclassAn exception indicating a sctipt compilation error.classAn exception indicating failure to execute the script.classAn exception indicating that a script was executed without its script content not loaded.Methods in org.openspaces.remoting.scripting that throw ScriptingExceptionModifier and TypeMethodDescriptionDefaultScriptingExecutor.asyncExecute(Script script) ScriptingExecutor.asyncExecute(Script script) Executes the given script and return a future that can be used to read the response at a later stage.Executes the given script and returns a response. -
Uses of ScriptingException in org.openspaces.remoting.scripting.cache
Methods in org.openspaces.remoting.scripting.cache that throw ScriptingExceptionModifier and TypeMethodDescriptionBlockingQueueCompiledScriptPool.get()CompiledScriptPool.get()Returns a compiled script from the pool.voidBlockingQueueCompiledScriptPool.init(LocalScriptExecutor executor, Script script) voidCompiledScriptPool.init(LocalScriptExecutor executor, Script script) Inits the pool by compiling zero or more scripts.voidvoidPuts back a compiled script to the pool.