TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.invocation
Class Invoker

java.lang.Object
  extended byorg.eclipse.hyades.execution.invocation.Invoker

public class Invoker
extends java.lang.Object

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

Invoker

public Invoker()
Method Detail

invoke

public static ReturnData invoke(CallData callData)
Look up the appropriate method, invoke it and wrap the result in a ReturnData instance.

Parameters:
callData -
Returns:

TPTP 4.1.0 Platform Project
Public API Specification