Ignore:
Timestamp:
08/30/12 15:00:40 (13 years ago)
Author:
mcichenski
Message:
 
Location:
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java

    r422 r438  
    20682068    } 
    20692069         
     2070        @BlazeDsMethod() 
     2071    public GSSimStudioModel generateWorkload(String fileContent) throws IOException { 
     2072                String uniqueFileName = "tmp" + String.valueOf(new Date().getTime()); 
     2073                GSSimStudioModel model = uploadTextFile(uniqueFileName, "workload_generator/", fileContent); 
     2074                model.setMessageCode("GenerateWorkloadSucces"); 
     2075                return model; 
     2076    } 
     2077         
    20702078        public void loadFileLocationItems(GSSimStudioModel fileListComModel, FileManager fileManager, String fileLocationUrl) throws IOException { 
    20712079 
Note: See TracChangeset for help on using the changeset viewer.