Class AbstractLocalScriptExecutor<T>
java.lang.Object
org.openspaces.remoting.scripting.AbstractLocalScriptExecutor<T>
- All Implemented Interfaces:
LocalScriptExecutor<T>
- Direct Known Subclasses:
GroovyLocalScriptExecutor, JRubyLocalScriptExecutor, Jsr223LocalScriptExecutor
public abstract class AbstractLocalScriptExecutor<T>
extends Object
implements LocalScriptExecutor<T>
- Author:
- kimchy
-
Constructor Details
-
AbstractLocalScriptExecutor
public AbstractLocalScriptExecutor()
-
-
Method Details
-
compile
Description copied from interface:LocalScriptExecutorCompiles the given sctipt.- Specified by:
compilein interfaceLocalScriptExecutor<T>- Throws:
ScriptCompilationException
-
doCompile
- Throws:
ScriptCompilationException
-