org.openspaces.remoting.scripting
Class StaticResourceScript
java.lang.Object
  
org.openspaces.remoting.scripting.StaticScript
      
org.openspaces.remoting.scripting.StaticResourceScript
- All Implemented Interfaces: 
 - Externalizable, Serializable, BroadcastIndicator, Script
 
public class StaticResourceScript
- extends StaticScript
 
A static script that uses Spring Resource and ResourceLoader to load
 a given script (for example, from the classpath).
- Author:
 
  - kimchy
 
- See Also:
 - Serialized Form
 
 
 
| 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, writeExternal | 
 
 
StaticResourceScript
public StaticResourceScript()
StaticResourceScript
public StaticResourceScript(String name,
                            String type,
                            String resourceLocation)
script
public StaticScript script(String resourceLocation)
- Description copied from class: 
StaticScript 
- Sets the actual script source.
- Overrides:
 script in class StaticScript
 
 
 
Copyright © GigaSpaces.