Package | Description |
---|---|
org.openspaces.remoting.scripting |
Modifier and Type | Interface and Description |
---|---|
interface |
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.
|
interface |
Script
A script that will be excuted.
|
interface |
TypedScript
An extension of a script to be executed which is also aware of the static parameter types.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceLazyLoadingScript
A resource lazy loading script is a lazy loading script that uses Spring abstraction on top of
resources on top of a resource.
|
class |
StaticResourceScript
A static script that uses Spring
Resource and ResourceLoader to load a given
script (for example, from the classpath). |
class |
StaticScript
A script that holds the actual script as a String.
|
Copyright © GigaSpaces.