GigaSpaces XAP 9.7.2 API

Uses of Package
org.openspaces.remoting.scripting

Packages that use org.openspaces.remoting.scripting
org.openspaces.jpa.openjpa Holds OpenSpaces OpenJPA extensions. 
org.openspaces.remoting.scripting   
org.openspaces.remoting.scripting.cache   
 

Classes in org.openspaces.remoting.scripting used by org.openspaces.jpa.openjpa
ScriptingExecutor
          Scripting executor allows to execute Script using remoting.
 

Classes in org.openspaces.remoting.scripting used by org.openspaces.remoting.scripting
AbstractLocalScriptExecutor
           
EventDrivenScriptingProxyConfigurer
          A simple programmatic configurer creating a remote event driven scripting proxy Usage example: IJSpace space = new UrlSpaceConfigurer("jini://*/*/mySpace") .space(); GigaSpace gigaSpace = new GigaSpaceConfigurer(space).gigaSpace(); ScriptingExecutor executor = new EventDrivenScriptingProxyConfigurer(gigaSpace) .timeout(15000) .scriptingExecutor(); Integer result = executor.execute(new StaticScript() .type("groovy") .name("myScript") .script("return 1"));
ExecutorScriptingProxyConfigurer
          A simple programmatic configurer creating a remote executor scripting proxy.
JRubyLocalScriptExecutor.JRubyCompiledScript
           
LazyLoadingScript
          Allows to define a lazy loading script which will not send the scipt contents during the invocaiton if the scipt can be cached and compiled.
LocalScriptExecutor
          An SPI implementation for script executor ("on the server side") that can handle a specific script type (or labguage).
ResourceLazyLoadingScript
          A resource lazy loading script is a lazy loading script that uses Spring abstraction on top of resources on top of a resource.
Script
          A script that will be excuted.
ScriptCompilationException
          An exception indicating a sctipt compilation error.
ScriptExecutionException
          An exception indicating failure to execute the script.
ScriptingException
          A general scripting exception.
ScriptingExecutor
          Scripting executor allows to execute Script using remoting.
StaticScript
          A script that holds the actual script as a String.
 

Classes in org.openspaces.remoting.scripting used by org.openspaces.remoting.scripting.cache
LocalScriptExecutor
          An SPI implementation for script executor ("on the server side") that can handle a specific script type (or labguage).
Script
          A script that will be excuted.
ScriptCompilationException
          An exception indicating a sctipt compilation error.
ScriptingException
          A general scripting exception.
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.