|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScriptingExecutor<T>
Scripting executor allows to execute Script using remoting. The "server" side implements this
interface (with built in implementation of DefaultScriptingExecutor. The client side simply
uses either async or sync proxy built on top of this interface.
| Method Summary | |
|---|---|
Future<T> |
asyncExecute(Script script)
Executes the given script and return a future that can be used to read the response at a later stage. |
T |
execute(Script script)
Executes the given script and returns a response. |
| Method Detail |
|---|
T execute(Script script)
throws ScriptingException
ScriptingException
Future<T> asyncExecute(Script script)
throws ScriptingException
Note, this only works with "async" remoting.
ScriptingException
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||