GridSim 5.0 beta

Uses of Interface
gridsim.parallel.profile.ScheduleItem

Packages that use ScheduleItem
gridsim.parallel   
gridsim.parallel.gui   
gridsim.parallel.profile   
gridsim.parallel.reservation   
gridsim.parallel.scheduler   
 

Uses of ScheduleItem in gridsim.parallel
 

Classes in gridsim.parallel that implement ScheduleItem
 class SSGridlet
          SSGridlet represents a Gridlet submitted to a ParallelResource for processing (i.e.
 

Uses of ScheduleItem in gridsim.parallel.gui
 

Fields in gridsim.parallel.gui declared as ScheduleItem
(package private)  ScheduleItem ResourceWindow.GraphPanel.hlItem
           
 

Methods in gridsim.parallel.gui that return types with arguments of type ScheduleItem
 LinkedList<ScheduleItem> AllocationAction.getScheduleItems()
          Gets the ScheduleItems associated with this action.
 

Methods in gridsim.parallel.gui with parameters of type ScheduleItem
 void ResourceWindow.ItemPanel.insertNewItem(ScheduleItem insertItem)
          Inserts a Gridlet to the JList and the vector of Gridlets
 void AbstractVisualizer.notifyListeners(int subjectId, ActionType actionType, boolean pause, ScheduleItem item)
          Notifies the listeners about the action performed
 void Visualizer.notifyListeners(int subjectId, ActionType actionType, boolean pause, ScheduleItem item)
          Notifies the listeners about the action performed
 void VisualizerAdaptor.notifyListeners(int subjectId, ActionType actionType, boolean pause, ScheduleItem item)
          Notifies the listeners about the action performed
NOTE: As this class is an adaptor, this method is empty.
protected  void ResourceWindow.ItemPanel.updateItem(ScheduleItem item)
          Updates information in the list.
 

Method parameters in gridsim.parallel.gui with type arguments of type ScheduleItem
 void AbstractVisualizer.notifyListeners(int subjectId, ActionType actionType, boolean pause, LinkedList<ScheduleItem> itemList)
          Notifies the listener about the action performed
 void Visualizer.notifyListeners(int subjectId, ActionType actionType, boolean pause, LinkedList<ScheduleItem> itemList)
          Notifies the listener about the action performed
 void VisualizerAdaptor.notifyListeners(int subjectId, ActionType actionType, boolean pause, LinkedList<ScheduleItem> itemList)
          Notifies the listener about the action performed
NOTE: As this class is an adaptor, this method is empty.
 boolean AllocationAction.setScheduleItems(LinkedList<ScheduleItem> list)
          Sets the schedule items associated with this action
 

Uses of ScheduleItem in gridsim.parallel.profile
 

Methods in gridsim.parallel.profile with parameters of type ScheduleItem
 boolean PartitionPredicate.match(ScheduleItem item)
          Checks whether a given job meets the criteria of the partition.
 int PartProfile.matchPartition(ScheduleItem item)
          Returns the ID of the partition whose predicate matches the schedule item provided.
 

Uses of ScheduleItem in gridsim.parallel.reservation
 

Classes in gridsim.parallel.reservation that implement ScheduleItem
 class ServerReservation
          This class represents a reservation on the resource side (Server Side).
 

Uses of ScheduleItem in gridsim.parallel.scheduler
 

Methods in gridsim.parallel.scheduler with parameters of type ScheduleItem
 int PrioritySelector.getSchedulePriority(ScheduleItem item)
          Returns the priority of the item to be assigned by the scheduler or allocation policy.
 boolean RuntimePredicate.match(ScheduleItem item)
          Checks whether a given job meets the criteria of the partition or category
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009