Changeset 1133 for DCWoRMS/branches/coolemall/src/simulator
- Timestamp:
- 07/15/13 16:49:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/simulator/DataCenterWorkloadSimulator.java
r1118 r1133 19 19 import org.exolab.castor.xml.ValidationException; 20 20 import org.joda.time.DateTimeUtilsExt; 21 import org.qcg.broker.schemas.jobdesc.QcgJob;22 21 23 22 import schedframe.Initializable; … … 297 296 298 297 private WorkloadLoader loadWorkload(ConfigurationOptions options) throws IOException, MarshalException, ValidationException{ 299 XMLJobReader< QcgJob> xmlJobReader = null;300 WAReader< QcgJob> swfReader = null;298 XMLJobReader<org.qcg.broker.schemas.jobdesc.Job> xmlJobReader = null; 299 WAReader<org.qcg.broker.schemas.jobdesc.Job> swfReader = null; 301 300 302 301 String wlFileName = options.inputWorkloadFileName;
Note: See TracChangeset
for help on using the changeset viewer.