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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openspaces.remoting.scripting.LocalScriptExecutor
close, execute, isThreadSafe
-
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
-