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

java.lang.Object
  extended byorg.objectweb.proactive.core.mop.MethodCall
      extended byorg.objectweb.proactive.core.group.MethodCallControlForGroup
          extended byorg.objectweb.proactive.core.group.spmd.MethodCallBarrierWithMethodName
All Implemented Interfaces:
java.io.Serializable

public class MethodCallBarrierWithMethodName
extends MethodCallControlForGroup

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
MethodCallBarrierWithMethodName(java.lang.String[] methodNames)
          Constructor
 
Method Summary
 java.lang.String[] getMethodNames()
          Returns the names of the awaited methods
 java.lang.String getName()
          Returns the name of the method call
 
Methods inherited from class org.objectweb.proactive.core.group.MethodCallControlForGroup
execute, finalize, getNumberOfParameter, getReifiedMethod, isAsynchronousWayCall, isOneWayCall, readTheObject, writeTheObject
 
Methods inherited from class org.objectweb.proactive.core.mop.MethodCall
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

MethodCallBarrierWithMethodName

public MethodCallBarrierWithMethodName(java.lang.String[] methodNames)
Constructor

Parameters:
methodNames - - the id name of the barrier
Method Detail

getName

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

Overrides:
getName in class MethodCall
Returns:
"MethodCallBarrierWithMethodName"

getMethodNames

public java.lang.String[] getMethodNames()
Returns the names of the awaited methods

Returns:
the names of the awaited methods;


Copyright ? October 2004 INRIA All Rights Reserved.