Package org.ourgrid.mygrid.scheduler.event

Class Summary
AddJobRequestEvent Event used to add jobs to be processed by the Scheduler.
CancelJobRequestEvent Event used when it is needed to cancel a job.
CleanFinishedJobsNotifyEvent  
CleanFinishedJobsRequestEvent  
GetGumEntriesRequestEvent  
GetGumpSpecsRequestEvent  
GumIsDeadNotifyEvent Event used to notify the EBGridManager that a GridMachine is dead.
HereIsGumNotifyEvent Event used to deliver a GridMachine to a GridMachineConsumer.
JobCancelledNotifyEvent Event used to notify that a job was canceled.
JobCouldNotBeCancelledNotifyEvent Event used to notify that a job was could not be canceled.
JobListRequestEvent Event used to retrieve a list of jobs from the EBJobManager.
JobNotFoundNotifyEvent Event used to notify that a job was not found.
PeerAliveNotifyEvent  
PeerIsDeadNotifyEvent  
RemoveJobRequestEvent  
ReplicaAbortedNotifyEvent This event is used to notify the ebSchedulingHeuristic that a replica was aborted.
ReplicaCanceledNotifyEvent This event is used to notify the ebSchedulingHeuristic that a replica was canceled.
ReplicaFailedNotifyEvent This event is used to notify the ebSchedulingHeuristic that a replica had failed.
ReplicaFinishedNotifyEvent This event is used to notify the ebSchedulingHeuristic that a replica had finished successfully.
SchedulerTestRequestEvent SchedulerTestRequestEvent This Event is used only for testing, it only puts a SchedulerTestResponseEvent on its ResponseQueue in order to test if the process method was invoked.
SchedulerTestResponseEvent SchedulerTestResponseEvent This Event is used only for testing.
SetPeersRequestEvent This event is used to set a new set of GuMPs to be used by the EBGridManager.
SimpleResponseEvent<T>  
WaitForJobRequestEvent Event to used to request for a notify event when a job finishes.
WaitForJobResponseEvent Event used to notify that a job has finished.