| Package | Description | 
|---|---|
| org.openspaces.remoting.scripting | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | LazyLoadingScriptAllows to define a lazy loading script which will not send the scipt contents during the
 invocaiton if the scipt can be cached and compiled. | 
| interface  | ScriptA script that will be excuted. | 
| interface  | TypedScriptAn extension of a script to be executed which is also aware of the static parameter types. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ResourceLazyLoadingScriptA resource lazy loading script is a lazy loading script that uses Spring abstraction on top of
 resources on top of a resource. | 
| class  | StaticResourceScriptA static script that uses Spring  ResourceandResourceLoaderto load a given
 script (for example, from the classpath). | 
| class  | StaticScriptA script that holds the actual script as a String. | 
Copyright © GigaSpaces.