|
|||||||||||
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.MethodCallBarrier
This class represents a call of strong synchronization between the member of a SPMD Group.
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 | |
MethodCallBarrier(java.lang.String idname)
Constructor |
Method Summary | |
java.lang.Object |
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. |
java.lang.String |
getIDName()
Returns the ID name of the barrier |
java.lang.String |
getName()
Returns the name of the call |
Methods inherited from class org.objectweb.proactive.core.group.MethodCallControlForGroup |
finalize, getBarrierTags, getNumberOfParameter, 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 MethodCallBarrier(java.lang.String idname)
idname
- - the id name of the barrierMethod Detail |
public java.lang.String getName()
getName
in class MethodCall
public java.lang.String getIDName()
public java.lang.Object execute(java.lang.Object target) throws java.lang.reflect.InvocationTargetException, MethodCallExecutionFailedException
execute
in class MethodCallControlForGroup
target
- this object is not used.
java.lang.reflect.InvocationTargetException
MethodCallExecutionFailedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |