Changeset 156 for xssim/trunk
- Timestamp:
- 03/16/12 09:58:46 (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/resources/reader/TempResourceReader.java
r140 r156 32 32 import test.rewolucja.resources.reader.test.TempResourceDescriptionReader; 33 33 import test.rewolucja.resources.utils.ResourceController; 34 import test.rewolucja.scheduling.implementation.GridBroker New;34 import test.rewolucja.scheduling.implementation.GridBroker; 35 35 import test.rewolucja.scheduling.implementation.LocalManagementSystem; 36 36 import test.rewolucja.scheduling.implementation.ManagementSystem; 37 37 38 public class ResourceReaderNew{38 public class TempResourceReader { 39 39 40 40 protected String forecastFinishTimePluginName; … … 50 50 51 51 52 public ResourceReaderNew(ConfigurationOptions options) throws IOException {52 public TempResourceReader(ConfigurationOptions options) throws IOException { 53 53 54 54 forecastFinishTimePluginName = options.exectimeestimationplugin; … … 180 180 if (parentResource.getType() == ResourceType.COMPUTING_GRID) 181 181 try { 182 ManagementSystem ms = new GridBroker New(parentResource.getName(),182 ManagementSystem ms = new GridBroker(parentResource.getName(), 183 183 globalSchedulingPluginName, execTimeEstimationPlugin, null); 184 184
Note: See TracChangeset
for help on using the changeset viewer.