org.ourgrid.mygrid.scheduler.event
Class WaitForJobRequestEvent

java.lang.Object
  extended by org.ourgrid.mygrid.scheduler.event.WaitForJobRequestEvent
All Implemented Interfaces:
java.io.Serializable, ActionEvent, Event, RequestEvent, JobRequestEvent

public class WaitForJobRequestEvent
extends java.lang.Object
implements JobRequestEvent

Event to used to request for a notify event when a job finishes.

See Also:
Serialized Form

Constructor Summary
WaitForJobRequestEvent(JobManager ebJobManager, JobMonitor jobMonitor)
          The constructor.
 
Method Summary
 void process()
          Requests for a notify event when a job finishes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitForJobRequestEvent

public WaitForJobRequestEvent(JobManager ebJobManager,
                              JobMonitor jobMonitor)
The constructor.

Parameters:
ebJobManager - The EBJobManager
jobMonitor - The JobMonitor
Method Detail

process

public void process()
Requests for a notify event when a job finishes.

Specified by:
process in interface ActionEvent