Changeset 127 for xssim/trunk/src


Ignore:
Timestamp:
03/15/12 10:30:01 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/gssim/schedframe/scheduling/plugin/grid/GssimJobRegistry.java

    r104 r127  
    1818import schedframe.scheduling.Task; 
    1919import schedframe.scheduling.TaskInterface; 
    20 import test.rewolucja.InExecutionManager; 
    2120import test.rewolucja.scheduling.implementation.LocalManagementSystem; 
    2221import test.rewolucja.scheduling.plan.AllocationInterfaceNew; 
     
    3433        private static Log log = LogFactory.getLog(GssimJobRegistry.class); 
    3534         
    36         private InExecutionManager execManager; 
     35 
    3736         
    3837        private String context; 
     
    4241        } 
    4342         
    44         public GssimJobRegistry(InExecutionManager execManager){ 
    45                 this.execManager = execManager; 
    46         } 
     43 
    4744        /*public ExecutablesList createExecutables(Task task, ArrayList<AllocationInterfaceNew> allocations) { 
    4845 
Note: See TracChangeset for help on using the changeset viewer.