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

Packages that use ActionEvent
org.ourgrid.common.event   
org.ourgrid.mygrid.event   
org.ourgrid.mygrid.replicaexecutor   
org.ourgrid.mygrid.replicaexecutor.event   
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.event   
org.ourgrid.peer.event   
org.ourgrid.peer.manager   
org.ourgrid.peer.manager.event   
org.ourgrid.peer.manager.gummanager.events   
 

Uses of ActionEvent in org.ourgrid.common.event
 

Subinterfaces of ActionEvent in org.ourgrid.common.event
 interface NotifyEvent
          An ActionEvent that corresponds to a notification.
 interface RequestEvent
          An ActionEvent (an event that can be processed) that corresponds to a request.
 

Classes in org.ourgrid.common.event that implement ActionEvent
 class DummyEvent
          This event is used when the execution has no return value, but can throw errors.
 class ShutdownRequestEvent
          An Event that represents the request for a shutdown.
 

Uses of ActionEvent in org.ourgrid.mygrid.event
 

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

Uses of ActionEvent in org.ourgrid.mygrid.replicaexecutor
 

Methods in org.ourgrid.mygrid.replicaexecutor with parameters of type ActionEvent
 void ReplicaExecutorEventEngine.putEvent(ActionEvent event)
          Puts an Event in the EventQueue.
 

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

Classes in org.ourgrid.mygrid.replicaexecutor.event that implement ActionEvent
 class CancelReplicasOfJobRequestEvent
          Description: A request event which specifies that all replicas of the Job with id =jobId should be canceled.
 class ExecuteReplicaRequestEvent
          Description: A request event which specifies that a Replica should be executed in a given GridMachine
 class PermissionRequestEvent
          Description: Description: A request event which specifies that a replica wants to access it's critical region.
 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 ActionEvent in org.ourgrid.mygrid.scheduler
 

Classes in org.ourgrid.mygrid.scheduler that implement ActionEvent
 class GetGumSpecsRequestEvent
           
 class RemoveGridManagerListenerRequestEvent
           
 class RemoveJobManagerListenerRequestEvent
           
 

Methods in org.ourgrid.mygrid.scheduler with parameters of type ActionEvent
 void SchedulerEventEngine.putEvent(ActionEvent event)
          Puts an Event in the EventQueue.
 

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

Classes in org.ourgrid.mygrid.scheduler.event that implement ActionEvent
 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 CleanFinishedJobsNotifyEvent
           
 class CleanFinishedJobsRequestEvent
           
 class GetGumEntriesRequestEvent
           
 class GetGumpSpecsRequestEvent
           
 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 JobListRequestEvent
          Event used to retrieve a list of jobs from the EBJobManager.
 class JobNotFoundNotifyEvent
          Event used to notify that a job was not found.
 class PeerAliveNotifyEvent
           
 class PeerIsDeadNotifyEvent
           
 class RemoveJobRequestEvent
           
 class ReplicaAbortedNotifyEvent
          This event is used to notify the ebSchedulingHeuristic that a replica was aborted.
 class 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.
 class SetPeersRequestEvent
          This event is used to set a new set of GuMPs to be used by the EBGridManager.
 class WaitForJobRequestEvent
          Event to used to request for a notify event when a job finishes.
 

Uses of ActionEvent in org.ourgrid.peer.event
 

Classes in org.ourgrid.peer.event that implement ActionEvent
 class DisposeOfGumNotifyEvent
           
 class FinishRequestGumsNotifyEvent
           
 class PauseRequestGumsEvent
           
 class RequestGumsEvent
           
 class ResumeRequestGumsRequestEvent
           
 class UnwantedGumGumNotifyEvent
           
 

Uses of ActionEvent in org.ourgrid.peer.manager
 

Classes in org.ourgrid.peer.manager that implement ActionEvent
 class GetConsumersEvent
           
 

Methods in org.ourgrid.peer.manager with parameters of type ActionEvent
 void PeerEventEngine.putEvent(ActionEvent event)
          Inserts a Event- to be processed - into a internal EventQueue.
 void FakeEventEngine.putEvent(ActionEvent event)
           
 

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

Classes in org.ourgrid.peer.manager.event that implement ActionEvent
 class ConsumerIsDeadEvent
           
 class GetGumsEvent
           
 class GetGumsStateEvent
           
 class GetPeerBalanceEvent
           
 class LostGumNotifyEvent
           
 class NotifyGumStateChangeEvent
           
 class SetGumsNotifyEvent
          JIC Event used to set a GuM collection at this peer.
 

Uses of ActionEvent in org.ourgrid.peer.manager.gummanager.events
 

Classes in org.ourgrid.peer.manager.gummanager.events that implement ActionEvent
 class GumChangeFilePermissionsEvent
           
 class GumCreatePlaypenEvent
           
 class GumCreateStorageDirectoryEvent
           
 class GumFileExistsEvent
           
 class GumGetFileEvent
           
 class GumGetRemoteFileDigestEvent
           
 class GumGetRemoteFileLastModificationEvent
           
 class GumGetRemoteFileLengthEvent
           
 class GumGetResultEvent
           
 class GumGetStatusEvent
           
 class GumGetStorageDirectoryEvent
           
 class GumPutFileEvent
           
 class GumRemoteExecuteEvent
           
 class GumStartReplicaEvent
          JIC Event that will start a replica at a gum.
 class GumStopReplicaEvent