Changeset 127 for xssim/trunk
- Timestamp:
- 03/15/12 10:30:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/gssim/schedframe/scheduling/plugin/grid/GssimJobRegistry.java
r104 r127 18 18 import schedframe.scheduling.Task; 19 19 import schedframe.scheduling.TaskInterface; 20 import test.rewolucja.InExecutionManager;21 20 import test.rewolucja.scheduling.implementation.LocalManagementSystem; 22 21 import test.rewolucja.scheduling.plan.AllocationInterfaceNew; … … 34 33 private static Log log = LogFactory.getLog(GssimJobRegistry.class); 35 34 36 private InExecutionManager execManager; 35 37 36 38 37 private String context; … … 42 41 } 43 42 44 public GssimJobRegistry(InExecutionManager execManager){ 45 this.execManager = execManager; 46 } 43 47 44 /*public ExecutablesList createExecutables(Task task, ArrayList<AllocationInterfaceNew> allocations) { 48 45
Note: See TracChangeset
for help on using the changeset viewer.