|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.group.spmd.MethodBarrier
Constructor Summary | |
MethodBarrier(java.lang.String[] methodNames)
Constructor |
Method Summary | |
boolean |
barrierOver()
Tests if the barrier is achived or not. |
boolean |
checkMethod(java.lang.String methodName)
Tests if this barrier wait for the specified method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MethodBarrier(java.lang.String[] methodNames)
methodNames
- - the names of the methods awaited to release the barrierMethod Detail |
public boolean barrierOver()
true
if the barrier is ready to be releasedpublic boolean checkMethod(java.lang.String methodName)
true
.
methodName
- a method name
true
if the method was awaited by this barrier,
else false
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |