org.objectweb.proactive.core.group.spmd
Class MethodCallBarrier

java.lang.Object
  |
  +--org.objectweb.proactive.core.mop.MethodCall
        |
        +--org.objectweb.proactive.core.group.MethodCallControlForGroup
              |
              +--org.objectweb.proactive.core.group.spmd.MethodCallBarrier
All Implemented Interfaces:
java.io.Serializable

public class MethodCallBarrier
extends MethodCallControlForGroup

This class represents a call of strong synchronization between the member of a SPMD Group.

Author:
Laurent Baduel
See Also:
Serialized Form

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
COMPONENT_TAG
 
Constructor Summary
MethodCallBarrier()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the call
 int getNumberOfParameter()
          Barrier call have no parameter.
 
Methods inherited from class org.objectweb.proactive.core.group.MethodCallControlForGroup
finalize, getReifiedMethod, isAsynchronousWayCall, isOneWayCall, readTheObject, writeTheObject
 
Methods inherited from class org.objectweb.proactive.core.mop.MethodCall
execute, getComponentMethodCall, getFcFunctionalInterfaceName, getMethodCall, getParameter, getRecycleMethodCallObject, getTag, makeDeepCopyOfArguments, setEffectiveArguments, setFcFunctionalInterfaceName, setMethodCall, setRecycleMethodCallObject, setTag, transformEffectiveArgumentsIntoByteArray
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCallBarrier

public MethodCallBarrier()
Method Detail

getName

public java.lang.String getName()
Returns the name of the call

Overrides:
getName in class MethodCall
Returns:
the String "MethodCallBarrier";

getNumberOfParameter

public int getNumberOfParameter()
Barrier call have no parameter.

Specified by:
getNumberOfParameter in class MethodCallControlForGroup
Returns:
0
See Also:
MethodCall.getNumberOfParameter()


Copyright © April 2004 INRIA All Rights Reserved.