Changeset 156 for xssim/trunk/src


Ignore:
Timestamp:
03/16/12 09:58:46 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 moved

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/test/rewolucja/resources/reader/TempResourceReader.java

    r140 r156  
    3232import test.rewolucja.resources.reader.test.TempResourceDescriptionReader; 
    3333import test.rewolucja.resources.utils.ResourceController; 
    34 import test.rewolucja.scheduling.implementation.GridBrokerNew; 
     34import test.rewolucja.scheduling.implementation.GridBroker; 
    3535import test.rewolucja.scheduling.implementation.LocalManagementSystem; 
    3636import test.rewolucja.scheduling.implementation.ManagementSystem; 
    3737 
    38 public class ResourceReaderNew { 
     38public class TempResourceReader { 
    3939 
    4040        protected String forecastFinishTimePluginName; 
     
    5050 
    5151 
    52         public ResourceReaderNew(ConfigurationOptions options) throws IOException { 
     52        public TempResourceReader(ConfigurationOptions options) throws IOException { 
    5353 
    5454                forecastFinishTimePluginName = options.exectimeestimationplugin; 
     
    180180                        if (parentResource.getType() == ResourceType.COMPUTING_GRID) 
    181181                                try { 
    182                                         ManagementSystem ms = new GridBrokerNew(parentResource.getName(), 
     182                                        ManagementSystem ms = new GridBroker(parentResource.getName(), 
    183183                                                        globalSchedulingPluginName, execTimeEstimationPlugin, null); 
    184184 
Note: See TracChangeset for help on using the changeset viewer.