edu.cmu.aura.service.rpc
Interface Skel
- All Known Implementing Classes:
- PrimitiveServiceSkel, QueryClientSkel
- public interface Skel
Skel implemented by classes that route calls from SkelServer
to the classes that actually implement Remote interfaces.
|
Method Summary |
java.lang.Object |
callMethod(java.lang.String methodName,
java.util.ArrayList parameters)
callMethod invokes the specified method on the skeleton. |
callMethod
public java.lang.Object callMethod(java.lang.String methodName,
java.util.ArrayList parameters)
throws java.lang.Exception
- callMethod invokes the specified method on the skeleton.
- Parameters:
methodName - name of method to invoke.parameters - parameters to the method.- Returns:
- the object returned from the call.