org.objectweb.proactive.core.component.representative
Interface FunctionalInterfaceProxy
- All Superinterfaces:
- Proxy
- All Known Implementing Classes:
- FunctionalInterfaceProxyImpl
- public interface FunctionalInterfaceProxy
- extends Proxy
Associates a functional interface with the proxy to an active object.
- Author:
- Matthieu Morel
reify
public java.lang.Object reify(MethodCall c)
throws java.lang.Throwable
- Description copied from interface:
Proxy
- Reifies a method call invoked on the object
- Specified by:
reify
in interface Proxy
- 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
setBodyProxy
public void setBodyProxy(Proxy proxy)
getBodyProxy
public Proxy getBodyProxy()
Copyright 2001-2005 INRIA All Rights Reserved.