|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.body.ft.servers.util.JobBarrier
This class defines a barrier on a Job. Waiting on a barrier is blocking until the completion of the corresponding job.
Constructor Summary | |
JobBarrier()
|
Method Summary | |
void |
signalJobCompletion()
Called when the corresponding job is finished. |
void |
waitForJobCompletion()
Wait until the completion of the corresponding job. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JobBarrier()
Method Detail |
public void waitForJobCompletion()
public void signalJobCompletion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |