Ignore:
Timestamp:
10/12/12 15:27:52 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/example/localplugin/BaseLocalSchedulingPlugin.java

    r490 r515  
    1212import schedframe.scheduling.TaskList; 
    1313import schedframe.scheduling.manager.resources.ResourceManager; 
    14 import schedframe.scheduling.manager.tasks.JobRegistryImpl; 
     14import schedframe.scheduling.manager.tasks.JobRegistry; 
    1515import schedframe.scheduling.plan.impl.Allocation; 
    1616import schedframe.scheduling.plan.impl.ScheduledTask; 
     
    3434        public SchedulingResponseType handleResourceAllocationViolation(SchedulingEvent event, 
    3535                        TaskQueueList queues,  
    36                         JobRegistryImpl jobRegistry,  
     36                        JobRegistry jobRegistry,  
    3737                                        ResourceManager resourceManager, ModuleList modules){ 
    3838                SchedulingResponseType responeEvent = null; 
Note: See TracChangeset for help on using the changeset viewer.