Uses of Class
org.objectweb.proactive.core.mop.MethodCallExecutionFailedException

Packages that use MethodCallExecutionFailedException
org.objectweb.proactive.core.body.proxy **For internal use only** Defines the proxy associated to any ProActive Stub of an active Object.  
org.objectweb.proactive.core.group.spmd Provides classes needed to use SPMD model in ProActive.  
org.objectweb.proactive.core.mop **For internal use only** Defines the Meta Object Protocol used in ProActive that allows the interception of a method call to an active object and its reification as a request sent to a body.  
 

Uses of MethodCallExecutionFailedException in org.objectweb.proactive.core.body.proxy
 

Methods in org.objectweb.proactive.core.body.proxy that throw MethodCallExecutionFailedException
protected  void AbstractBodyProxy.reifyAsOneWay(MethodCall methodCall)
           
protected  java.lang.Object AbstractBodyProxy.reifyAsAsynchronous(MethodCall methodCall)
           
protected  java.lang.Object AbstractBodyProxy.reifyAsSynchronous(MethodCall methodCall)
           
 

Uses of MethodCallExecutionFailedException in org.objectweb.proactive.core.group.spmd
 

Methods in org.objectweb.proactive.core.group.spmd that throw MethodCallExecutionFailedException
 java.lang.Object MethodCallSetSPMDGroup.execute(java.lang.Object targetObject)
          Executes the call.
 

Uses of MethodCallExecutionFailedException in org.objectweb.proactive.core.mop
 

Methods in org.objectweb.proactive.core.mop that throw MethodCallExecutionFailedException
 java.lang.Object MethodCall.execute(java.lang.Object targetObject)
          Executes the instance method call represented by this object.
 



Copyright © April 2004 INRIA All Rights Reserved.