| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Script
A script that will be excuted.
| Method Summary | |
|---|---|
 Object[] | 
getMetaArguments()
Returns a set of meta arguments that are used for remote invocation.  | 
 String | 
getName()
The name of the script.  | 
 Map<String,Object> | 
getParameters()
One or more parameters that will be passes to the script.  | 
 Object | 
getRouting()
The routing index for the script.  | 
 String | 
getScriptAsString()
The script source as a string.  | 
 String | 
getType()
The type of the script (or actually, language).  | 
 boolean | 
shouldCache()
Should this script be cached or not.  | 
| Methods inherited from interface org.openspaces.remoting.BroadcastIndicator | 
|---|
getReducer, shouldBroadcast | 
| Method Detail | 
|---|
String getName()
String getType()
groovy or ruby.
String getScriptAsString()
Map<String,Object> getParameters()
Object getRouting()
null. Defaults
 to a random routing.
boolean shouldCache()
true.
Object[] getMetaArguments()
SpaceRemotingInvocation.getMetaArguments()
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||