|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.execution.invocation.Invoker
This class knows how to invoke a specified method call on a specified object. Invocation in our scheme is done on the remote side, so this class is loaded on the remote agent; and the execution of its methods are local to that agent.
| Constructor Summary | |
|---|---|
Invoker()
|
|
| Method Summary | |
|---|---|
static ReturnData |
invoke(CallData callData)
Look up the appropriate method, invoke it and wrap the result in a ReturnData instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Invoker()
| Method Detail |
public static ReturnData invoke(CallData callData)
ReturnData instance.
callData -
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||