| Package | Description | 
|---|---|
| org.openspaces.jpa.openjpa | 
 Holds OpenSpaces OpenJPA extensions. 
 | 
| org.openspaces.remoting.scripting | |
| org.openspaces.remoting.scripting.cache | 
| Class and Description | 
|---|
| ScriptingExecutor
 Scripting executor allows to execute  
Script using remoting. | 
| Class and Description | 
|---|
| 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 
 | 
| 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. 
 | 
| Class and Description | 
|---|
| 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. 
 | 
Copyright © GigaSpaces.