Changeset 154 for xssim/trunk/src
- Timestamp:
- 03/16/12 09:58:27 (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/scheduling/implementation/GridBroker.java
r104 r154 18 18 import test.rewolucja.scheduling.GridResourceDiscovery; 19 19 20 public class GridBroker Newextends GlobalManagementSystem {20 public class GridBroker extends GlobalManagementSystem { 21 21 22 22 23 private static Log log = LogFactory.getLog(GridBroker New.class);23 private static Log log = LogFactory.getLog(GridBroker.class); 24 24 25 25 protected Set<Integer> otherGridSchedulersIds; 26 26 27 27 28 public GridBroker New(String name, String schedulingPluginClassName, ExecTimeEstimationPlugin execTimeEstimationPlugin, ExecResourceDescription arc) throws Exception {28 public GridBroker(String name, String schedulingPluginClassName, ExecTimeEstimationPlugin execTimeEstimationPlugin, ExecResourceDescription arc) throws Exception { 29 29 super(name, "BROKER", schedulingPluginClassName, execTimeEstimationPlugin, arc); 30 30
Note: See TracChangeset
for help on using the changeset viewer.