Changeset 154 for xssim/trunk/src/test


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

Legend:

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

    r104 r154  
    1818import test.rewolucja.scheduling.GridResourceDiscovery; 
    1919 
    20 public class GridBrokerNew extends GlobalManagementSystem {  
     20public class GridBroker extends GlobalManagementSystem {  
    2121 
    2222         
    23         private static Log log = LogFactory.getLog(GridBrokerNew.class); 
     23        private static Log log = LogFactory.getLog(GridBroker.class); 
    2424 
    2525        protected Set<Integer> otherGridSchedulersIds; 
    2626 
    2727 
    28         public GridBrokerNew(String name, String schedulingPluginClassName, ExecTimeEstimationPlugin execTimeEstimationPlugin, ExecResourceDescription arc) throws Exception { 
     28        public GridBroker(String name, String schedulingPluginClassName, ExecTimeEstimationPlugin execTimeEstimationPlugin, ExecResourceDescription arc) throws Exception { 
    2929                super(name, "BROKER",  schedulingPluginClassName, execTimeEstimationPlugin, arc); 
    3030                 
Note: See TracChangeset for help on using the changeset viewer.