Package org.ourgrid.mygrid.replicaexecutor.event

Class Summary
CancelReplicasOfJobRequestEvent Description: A request event which specifies that all replicas of the Job with id =jobId should be canceled.
ExecuteReplicaRequestEvent Description: A request event which specifies that a Replica should be executed in a given GridMachine
PermissionRequestEvent Description: Description: A request event which specifies that a replica wants to access it's critical region.
ReplicaAbortedNotiftyEvent Description: A notify event that informs that a replica has been aborted.
ReplicaCanceledNotifyEvent Description: A notify event that informs that a replica has been cancelled.
ReplicaFailedNotifyEvent Description: A notify event that informs that a replica has failed.
ReplicaFinishedNotifyEvent Description: A notify event that informs that a replica has finished.