Uses of Package
org.ourgrid.mygrid.scheduler

Packages that use org.ourgrid.mygrid.scheduler
org.ourgrid.mygrid.replicaexecutor   
org.ourgrid.mygrid.replicaexecutor.test   
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.event   
org.ourgrid.mygrid.scheduler.gridmanager   
org.ourgrid.mygrid.scheduler.gump   
org.ourgrid.mygrid.scheduler.jobmanager   
org.ourgrid.mygrid.ui   
org.ourgrid.mygrid.ui.gui   
org.ourgrid.mygrid.ui.gui.event   
org.ourgrid.mygrid.ui.test   
org.ourgrid.test.functionaltests.busywait   
org.ourgrid.test.functionalunits   
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.mygrid.replicaexecutor
EBSchedulerFacade
          This class is responsible for queueing events in the SchedulerEventProcessor.
ExecutionStatus
          Enumeration representing the possible states of a Job, Task or Replica.
ReplicaExecutorResult
          Description: This class represents the result of a replica execution.
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.mygrid.replicaexecutor.test
EBSchedulerFacade
          This class is responsible for queueing events in the SchedulerEventProcessor.
ExecutionStatus
          Enumeration representing the possible states of a Job, Task or Replica.
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.mygrid.scheduler
BlackListEntry
          Entity used to associate the GumID and a certain number of fails tha can occurs while executing a request.

DataDiscovery
          This is the Data Discovery class.
DataDiscoveryEntry
          This is the Data Discovery Entry class.
EBSchedulerFacade
          This class is responsible for queueing events in the SchedulerEventProcessor.
EBSchedulingHeuristic
          Interface to be implemented by the scheduling heuristics.
ExecutionStatus
          Enumeration representing the possible states of a Job, Task or Replica.
JobInterested
          Objects that implements this interface can be notified when a job finishes.
PeerEntry
          This class is intended to store a GuMSpec and its corresponding gump if it could be instantiated.
PeerEntry.PeerState
           
ReplicaExecutorResult
          Description: This class represents the result of a replica execution.
Scheduler
          The Scheduler interface that should be implemented by a remote object to provide access to the Scheduler from a different Java Virtual Machine.
SchedulerEventEngine
          This class is responsible for receiving events that come from the EBSchedulerFacade and process them.
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.mygrid.scheduler.event
EBSchedulingHeuristic
          Interface to be implemented by the scheduling heuristics.
JobMonitor
          Object responsible for notifying other objects interested in job completions.
PeerEntry
          This class is intended to store a GuMSpec and its corresponding gump if it could be instantiated.
ReplicaExecutorResult
          Description: This class represents the result of a replica execution.
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.mygrid.scheduler.gridmanager
BlackListManager
          This entity is responsible to maintain the Black List, the list of Gums that will not eb assigned to a Request after some failures.
EBSchedulerFacade
          This class is responsible for queueing events in the SchedulerEventProcessor.
JobRequestEntry
          This class was created to keep a pair of Job and Request used to cancel requests and simplify as well as downsize the code of EBGridManager
PeerEntry
          This class is intended to store a GuMSpec and its corresponding gump if it could be instantiated.
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.mygrid.scheduler.gump
EBSchedulerFacade
          This class is responsible for queueing events in the SchedulerEventProcessor.
PeerEntry
          This class is intended to store a GuMSpec and its corresponding gump if it could be instantiated.
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.mygrid.scheduler.jobmanager
ExecutionStatus
          Enumeration representing the possible states of a Job, Task or Replica.
JobInterested
          Objects that implements this interface can be notified when a job finishes.
ReplicaExecutorResult
          Description: This class represents the result of a replica execution.
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.mygrid.ui
PeerEntry
          This class is intended to store a GuMSpec and its corresponding gump if it could be instantiated.
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.mygrid.ui.gui
ExecutionStatus
          Enumeration representing the possible states of a Job, Task or Replica.
PeerEntry
          This class is intended to store a GuMSpec and its corresponding gump if it could be instantiated.
PeerEntry.PeerState
           
ReplicaExecutorResult
          Description: This class represents the result of a replica execution.
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.mygrid.ui.gui.event
ExecutionStatus
          Enumeration representing the possible states of a Job, Task or Replica.
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.mygrid.ui.test
ExecutionStatus
          Enumeration representing the possible states of a Job, Task or Replica.
PeerEntry
          This class is intended to store a GuMSpec and its corresponding gump if it could be instantiated.
Scheduler
          The Scheduler interface that should be implemented by a remote object to provide access to the Scheduler from a different Java Virtual Machine.
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.test.functionaltests.busywait
ExecutionStatus
          Enumeration representing the possible states of a Job, Task or Replica.
 

Classes in org.ourgrid.mygrid.scheduler used by org.ourgrid.test.functionalunits
ExecutionStatus
          Enumeration representing the possible states of a Job, Task or Replica.