org.openspaces.remoting.scripting
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLocalScriptExecutor
public AbstractLocalScriptExecutor()
compile
public T compile(Script script)
throws ScriptCompilationException
- Description copied from interface:
LocalScriptExecutor
- Compiles the given sctipt.
- Specified by:
compile
in interface LocalScriptExecutor<T>
- Throws:
ScriptCompilationException
doCompile
protected abstract T doCompile(Script script)
throws ScriptCompilationException
- Throws:
ScriptCompilationException
Copyright © GigaSpaces.