org.objectweb.proactive.core.mop
Interface Proxy

All Known Subinterfaces:
BodyProxy, FunctionalInterfaceProxy
All Known Implementing Classes:
AbstractBodyProxy, AbstractProxy, FunctionalInterfaceProxyImpl, 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]
Throws:
java.lang.Throwable


Copyright 2001-2005 INRIA All Rights Reserved.