|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScriptingException | |
|---|---|
| org.openspaces.remoting.scripting | |
| org.openspaces.remoting.scripting.cache | |
| Uses of ScriptingException in org.openspaces.remoting.scripting |
|---|
| Subclasses of ScriptingException in org.openspaces.remoting.scripting | |
|---|---|
class |
ScriptCompilationException
An exception indicating a sctipt compilation error. |
class |
ScriptExecutionException
An exception indicating failure to execute the script. |
class |
ScriptNotLoadedException
An exception indicating that a script was executed without its script content not loaded. |
| Methods in org.openspaces.remoting.scripting that throw ScriptingException | |
|---|---|
Future<T> |
ScriptingExecutor.asyncExecute(Script script)
Executes the given script and return a future that can be used to read the response at a later stage. |
Future |
DefaultScriptingExecutor.asyncExecute(Script script)
|
T |
ScriptingExecutor.execute(Script script)
Executes the given script and returns a response. |
Object |
DefaultScriptingExecutor.execute(Script script)
|
| Uses of ScriptingException in org.openspaces.remoting.scripting.cache |
|---|
| Methods in org.openspaces.remoting.scripting.cache that throw ScriptingException | |
|---|---|
Object |
CompiledScriptPool.get()
Returns a compiled script from the pool. |
Object |
BlockingQueueCompiledScriptPool.get()
|
void |
CompiledScriptPool.init(LocalScriptExecutor executor,
Script script)
Inits the pool by compiling zero or more scripts. |
void |
BlockingQueueCompiledScriptPool.init(LocalScriptExecutor executor,
Script script)
|
void |
CompiledScriptPool.put(Object compiledScript)
Puts back a compiled script to the pool. |
void |
BlockingQueueCompiledScriptPool.put(Object compiledScript)
|
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||