Uses of Interface
org.ourgrid.mygrid.event.JobRequestEvent

Packages that use JobRequestEvent
org.ourgrid.mygrid.scheduler.event   
 

Uses of JobRequestEvent in org.ourgrid.mygrid.scheduler.event
 

Classes in org.ourgrid.mygrid.scheduler.event that implement JobRequestEvent
 class AddJobRequestEvent
          Event used to add jobs to be processed by the Scheduler.
 class CancelJobRequestEvent
          Event used when it is needed to cancel a job.
 class CleanFinishedJobsRequestEvent
           
 class JobListRequestEvent
          Event used to retrieve a list of jobs from the EBJobManager.
 class RemoveJobRequestEvent
           
 class WaitForJobRequestEvent
          Event to used to request for a notify event when a job finishes.