GigaSpaces XAP 9.7.2 API

org.openspaces.remoting.scripting
Interface TypedScript

All Superinterfaces:
BroadcastIndicator, Script

public interface TypedScript
extends Script

An extension of a script to be executed which is also aware of the static parameter types.

Since:
9.6
Author:
Dan Kilmn

Method Summary
 Map<String,Class<?>> getParameterTypes()
          The types of the script bound parameters.
 
Methods inherited from interface org.openspaces.remoting.scripting.Script
getMetaArguments, getName, getParameters, getRouting, getScriptAsString, getType, shouldCache
 
Methods inherited from interface org.openspaces.remoting.BroadcastIndicator
getReducer, shouldBroadcast
 

Method Detail

getParameterTypes

Map<String,Class<?>> getParameterTypes()
The types of the script bound parameters. This map is used internally to pass the parameter types to the compilation phase.


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.