org.objectweb.proactive.core.mop
Interface Proxy

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

public interface Proxy
extends Handlerizable

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
 
Methods inherited from interface org.objectweb.proactive.core.exceptions.Handlerizable
clearHandlersLevel, getHandlerizableInfo, getHandlersLevel, setExceptionHandler, unsetExceptionHandler
 

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 ? April 2005 INRIA All Rights Reserved.