Inheritance diagram for org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup:
Public Member Functions | |
MethodCallSetSPMDGroup (Object smpgGroup) | |
Builds a method call to set the SPMD group. | |
String | getName () |
Returns the name of the call. | |
int | getNumberOfParameter () |
This call has one parameter : the group to set as SPMD group. | |
Object | execute (Object targetObject) throws InvocationTargetException, MethodCallExecutionFailedException |
Executes the call. |
Definition at line 44 of file MethodCallSetSPMDGroup.java.
org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup.MethodCallSetSPMDGroup | ( | Object | smpgGroup | ) |
Builds a method call to set the SPMD group.
smpgGroup | - the SPMD group to set |
Definition at line 50 of file MethodCallSetSPMDGroup.java.
String org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup.getName | ( | ) |
Returns the name of the call.
Reimplemented from org.objectweb.proactive.core.mop.MethodCall.
Definition at line 60 of file MethodCallSetSPMDGroup.java.
int org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup.getNumberOfParameter | ( | ) |
This call has one parameter : the group to set as SPMD group.
Reimplemented from org.objectweb.proactive.core.group.MethodCallControlForGroup.
Definition at line 69 of file MethodCallSetSPMDGroup.java.
Object org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup.execute | ( | Object | targetObject | ) | throws InvocationTargetException, MethodCallExecutionFailedException |
Executes the call.
Reimplemented from org.objectweb.proactive.core.group.MethodCallControlForGroup.
Definition at line 77 of file MethodCallSetSPMDGroup.java.
References org.objectweb.proactive.core.mop.MethodCall.getParameter(), and org.objectweb.proactive.core.body.AbstractBody.setSPMDGroup().