Uses of Interface
org.ourgrid.common.event.NotifyEvent

Packages that use NotifyEvent
org.ourgrid.mygrid.event   
org.ourgrid.mygrid.replicaexecutor.event   
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.event   
org.ourgrid.peer.event   
org.ourgrid.peer.manager.event   
 

Uses of NotifyEvent in org.ourgrid.mygrid.event
 

Subinterfaces of NotifyEvent in org.ourgrid.mygrid.event
 interface GridManagerNotifyEvent
          A NotifyEvent relative to EBGridManager.
 interface JobNotifyEvent
          NotifyEvent related with Jobs.
 

Uses of NotifyEvent in org.ourgrid.mygrid.replicaexecutor.event
 

Classes in org.ourgrid.mygrid.replicaexecutor.event that implement NotifyEvent
 class ReplicaAbortedNotiftyEvent
          Description: A notify event that informs that a replica has been aborted.
 class ReplicaCanceledNotifyEvent
          Description: A notify event that informs that a replica has been cancelled.
 class ReplicaFailedNotifyEvent
          Description: A notify event that informs that a replica has failed.
 class ReplicaFinishedNotifyEvent
          Description: A notify event that informs that a replica has finished.
 

Uses of NotifyEvent in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler that return types with arguments of type NotifyEvent
 EventQueue<NotifyEvent> EBSchedulerFacade.cancelJob(int jobId)
          Cancels a specified Job.
 EventQueue<NotifyEvent> EBSchedulerFacade.cleanFinishedJobs()
          Clean the list of terminated jobs
 

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

Classes in org.ourgrid.mygrid.scheduler.event that implement NotifyEvent
 class CleanFinishedJobsNotifyEvent
           
 class GumIsDeadNotifyEvent
          Event used to notify the EBGridManager that a GridMachine is dead.
 class HereIsGumNotifyEvent
          Event used to deliver a GridMachine to a GridMachineConsumer.
 class JobCancelledNotifyEvent
          Event used to notify that a job was canceled.
 class JobCouldNotBeCancelledNotifyEvent
          Event used to notify that a job was could not be canceled.
 class JobNotFoundNotifyEvent
          Event used to notify that a job was not found.
 class PeerAliveNotifyEvent
           
 class PeerIsDeadNotifyEvent
           
 class ReplicaAbortedNotifyEvent
          This event is used to notify the ebSchedulingHeuristic that a replica was aborted.
 

Constructor parameters in org.ourgrid.mygrid.scheduler.event with type arguments of type NotifyEvent
CancelJobRequestEvent(EBSchedulingHeuristic ebSchedulingHeuristic, int jobId, EventQueue<NotifyEvent> responseQueue)
          The constructor.
CleanFinishedJobsRequestEvent(JobManager jobManager, EventQueue<NotifyEvent> responseQueue)
           
 

Uses of NotifyEvent in org.ourgrid.peer.event
 

Classes in org.ourgrid.peer.event that implement NotifyEvent
 class DisposeOfGumNotifyEvent
           
 class FinishRequestGumsNotifyEvent
           
 class UnwantedGumGumNotifyEvent
           
 

Uses of NotifyEvent in org.ourgrid.peer.manager.event
 

Classes in org.ourgrid.peer.manager.event that implement NotifyEvent
 class LostGumNotifyEvent
           
 class SetGumsNotifyEvent
          JIC Event used to set a GuM collection at this peer.