Uses of Class
org.openspaces.remoting.scripting.ScriptCompilationException
Packages that use ScriptCompilationException
-
Uses of ScriptCompilationException in org.openspaces.remoting.scripting
Methods in org.openspaces.remoting.scripting that throw ScriptCompilationExceptionModifier and TypeMethodDescriptionCompiles the given sctipt.protected abstract Tprotected groovy.lang.Script -
Uses of ScriptCompilationException in org.openspaces.remoting.scripting.cache
Methods in org.openspaces.remoting.scripting.cache that throw ScriptCompilationExceptionModifier and TypeMethodDescriptionCompiledScriptCache.get(String name, LocalScriptExecutor executor, Script script) Gets the compiled script from the cache.LRUNonThreadSafeCompiledScriptCache.get(String name, LocalScriptExecutor executor, Script script) LRUThreadSafeCompiledScriptCache.get(String name, LocalScriptExecutor executor, Script script)