Class StaticResourceScript
java.lang.Object
org.openspaces.remoting.scripting.StaticScript
org.openspaces.remoting.scripting.StaticResourceScript
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,BroadcastIndicator,Script
A static script that uses Spring
Resource and ResourceLoader to load a given
script (for example, from the classpath).- Author:
- kimchy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the actual script source.Methods inherited from class org.openspaces.remoting.scripting.StaticScript
broadcast, cache, getMetaArguments, getName, getParameters, getReducer, getRouting, getScriptAsString, getType, metaArguments, name, parameter, readExternal, routing, shouldBroadcast, shouldCache, toString, type, writeExternalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
StaticResourceScript
public StaticResourceScript() -
StaticResourceScript
-
-
Method Details
-
script
Description copied from class:StaticScriptSets the actual script source.- Overrides:
scriptin classStaticScript
-