GigaSpaces XAP 8.0 API

Uses of Class
org.openspaces.remoting.scripting.ScriptingException

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 DefaultScriptingExecutor.asyncExecute(Script script)
           
 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.
 Object DefaultScriptingExecutor.execute(Script script)
           
 T ScriptingExecutor.execute(Script script)
          Executes the given script and returns a response.
 

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 8.0 API

Copyright © GigaSpaces.