Class StaticScript

java.lang.Object
org.openspaces.remoting.scripting.StaticScript
All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable, BroadcastIndicator, Script
Direct Known Subclasses:
StaticResourceScript

public class StaticScript extends Object implements Script, SmartExternalizable
A script that holds the actual script as a String. The name, type, and script must be provided.
Author:
kimchy
See Also: