Changeset 438 for gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java
- Timestamp:
- 08/30/12 15:00:40 (13 years ago)
- 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 2068 2068 } 2069 2069 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 2070 2078 public void loadFileLocationItems(GSSimStudioModel fileListComModel, FileManager fileManager, String fileLocationUrl) throws IOException { 2071 2079
Note: See TracChangeset
for help on using the changeset viewer.