org.objectweb.proactive.core.body.ft.servers.util
Class JobBarrier

java.lang.Object
  extended byorg.objectweb.proactive.core.body.ft.servers.util.JobBarrier

public class JobBarrier
extends java.lang.Object

This class defines a barrier on a Job. Waiting on a barrier is blocking until the completion of the corresponding job.

Since:
3.0
Author:
cdelbe

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

JobBarrier

public JobBarrier()
Method Detail

waitForJobCompletion

public void waitForJobCompletion()
Wait until the completion of the corresponding job.


signalJobCompletion

public void signalJobCompletion()
Called when the corresponding job is finished.



Copyright 2001-2005 INRIA All Rights Reserved.