Ignore:
Timestamp:
07/15/13 16:49:00 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/simulator/DataCenterWorkloadSimulator.java

    r1118 r1133  
    1919import org.exolab.castor.xml.ValidationException; 
    2020import org.joda.time.DateTimeUtilsExt; 
    21 import org.qcg.broker.schemas.jobdesc.QcgJob; 
    2221 
    2322import schedframe.Initializable; 
     
    297296 
    298297        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; 
    301300 
    302301                String wlFileName = options.inputWorkloadFileName; 
Note: See TracChangeset for help on using the changeset viewer.