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

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

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

Classes in org.ourgrid.mygrid.scheduler.event that implement JobNotifyEvent
 class ReplicaAbortedNotifyEvent
          This event is used to notify the ebSchedulingHeuristic that a replica was aborted.
 class ReplicaCanceledNotifyEvent
          This event is used to notify the ebSchedulingHeuristic that a replica was canceled.
 class ReplicaFailedNotifyEvent
          This event is used to notify the ebSchedulingHeuristic that a replica had failed.
 class ReplicaFinishedNotifyEvent
          This event is used to notify the ebSchedulingHeuristic that a replica had finished successfully.