Changeset 155 for xssim/trunk/src


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

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/test/rewolucja/scheduling/ManagementSystemFactory.java

    r104 r155  
    55import test.rewolucja.resources.ResourceType; 
    66import test.rewolucja.resources.description.ExecResourceDescription; 
    7 import test.rewolucja.scheduling.implementation.GridBrokerNew; 
     7import test.rewolucja.scheduling.implementation.GridBroker; 
    88import test.rewolucja.scheduling.implementation.LocalManagementSystem; 
    99import test.rewolucja.scheduling.implementation.ManagementSystem; 
     
    1414 
    1515                switch(type){ 
    16                         case COMPUTING_GRID: return new GridBrokerNew(erd.getResourceId(), schedulingPluginName, execTimeEstimationPlugin, erd); 
     16                        case COMPUTING_GRID: return new GridBroker(erd.getResourceId(), schedulingPluginName, execTimeEstimationPlugin, erd); 
    1717                        case COMPUTING_NODE: return new LocalManagementSystem(erd.getResourceId(), GssimConstants.MANAGEMENT_SYSTEM, schedulingPluginName, execTimeEstimationPlugin, erd); 
    1818                        default: return null; 
Note: See TracChangeset for help on using the changeset viewer.