|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodCallExecutionFailedException | |
org.objectweb.proactive.core.component.controller | Implementations of the "membrane" of the Fractal components, i.e. the controllers that manage non-functional properties of a component. |
org.objectweb.proactive.core.group | Provides all classes needed to use group communications in ProActive. |
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.component.controller |
Methods in org.objectweb.proactive.core.component.controller that throw MethodCallExecutionFailedException | |
java.lang.Object |
AbstractRequestHandler.handleRequest(ComponentRequest request)
|
java.lang.Object |
RequestHandler.handleRequest(ComponentRequest request)
If the current controller is suitable, the request is executed. |
Uses of MethodCallExecutionFailedException in org.objectweb.proactive.core.group |
Methods in org.objectweb.proactive.core.group that throw MethodCallExecutionFailedException | |
java.lang.Object |
MethodCallControlForGroup.execute(java.lang.Object targetObject)
|
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. |
java.lang.Object |
MethodCallBarrier.execute(java.lang.Object target)
Execution of a barrier call is to block the service of request if the method is sent by the object itself. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |