|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.mop.MethodCall
org.objectweb.proactive.core.group.MethodCallControlForGroup
org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup
Nested Class Summary |
Nested classes inherited from class org.objectweb.proactive.core.mop.MethodCall |
MethodCall.FixWrapper |
Field Summary |
Fields inherited from class org.objectweb.proactive.core.mop.MethodCall |
componentLogger, priority, shortcut |
Constructor Summary | |
MethodCallSetSPMDGroup(java.lang.Object smpgGroup)
Builds a method call to set the SPMD group |
Method Summary | |
java.lang.Object |
execute(java.lang.Object targetObject)
Executes the call. |
java.lang.String |
getName()
Returns the name of the call |
int |
getNumberOfParameter()
This call has one parameter : the group to set as SPMD group. |
Methods inherited from class org.objectweb.proactive.core.group.MethodCallControlForGroup |
finalize, getBarrierTags, getReifiedMethod, isAsynchronousWayCall, isOneWayCall, readTheObject, setBarrierTags, writeTheObject |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MethodCallSetSPMDGroup(java.lang.Object smpgGroup)
smpgGroup
- - the SPMD group to setMethod Detail |
public java.lang.String getName()
getName
in class MethodCall
public int getNumberOfParameter()
getNumberOfParameter
in class MethodCallControlForGroup
MethodCall.getNumberOfParameter()
public java.lang.Object execute(java.lang.Object targetObject) throws java.lang.reflect.InvocationTargetException, MethodCallExecutionFailedException
execute
in class MethodCallControlForGroup
java.lang.reflect.InvocationTargetException
MethodCallExecutionFailedException
MethodCall.execute(java.lang.Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |