Package org.openspaces.remoting.scripting
package org.openspaces.remoting.scripting
-
ClassDescriptionA Default "server" side script executor.Allows to inject a
ScriptingExecutorremoting proxy usingEventDrivenSpaceRemotingProxyFactoryBean.A simple programmatic configurer creating a remote event driven scripting proxyAllows to inject aScriptingExecutorremoting proxy usingExecutorSpaceRemotingProxyFactoryBean.A simple programmatic configurer creating a remote executor scripting proxy.Groovy local script executor.JRuby local script executor.Java 6 (JSR 223) script executor.The lazy loading remote invocation aspect wraps the actual remote invocation and adds support forLazyLoadingScripts.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.An SPI implementation for script executor ("on the server side") that can handle a specific script type (or labguage).A resource lazy loading script is a lazy loading script that uses Spring abstraction on top of resources on top of a resource.A script that will be excuted.An exception indicating a sctipt compilation error.An exception indicating failure to execute the script.A general scripting exception.Scripting executor allows to executeScriptusing remoting.A remoting routing handler that usesScript.getRouting()in order to computer the routing index.An exception indicating that a script was executed without its script content not loaded.A static script that uses SpringResourceandResourceLoaderto load a given script (for example, from the classpath).A script that holds the actual script as a String.An extension of a script to be executed which is also aware of the static parameter types.