org.objectweb.proactive.core.mop
Interface Proxy

All Known Subinterfaces:
BodyProxy
All Known Implementing Classes:
AbstractBodyProxy, AbstractProxy, FutureProxy, ProxyForGroup

public interface Proxy

The proxy interface This interface only defines one method.


Method Summary
 java.lang.Object reify(MethodCall c)
          Reifies a method call invoked on the object
 

Method Detail

reify

public java.lang.Object reify(MethodCall c)
                       throws java.lang.Throwable
Reifies a method call invoked on the object

Parameters:
c - The MethodCall object corresponding to the method
Returns:
The object returned by the method [wrapper class if it is a primitive or null if no return]
java.lang.Throwable


Copyright © April 2004 INRIA All Rights Reserved.