Changeset 1194 for DCWoRMS/branches/coolemall/src/schedframe
- Timestamp:
- 08/13/13 13:00:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/scheduling/tasks/Task.java
r1132 r1194 521 521 522 522 public String getApplicationName(){ 523 return task.getExecution().getExecutable().getApplication().getName(); 523 try{ 524 return task.getExecution().getExecutable().getApplication().getName(); 525 }catch (Exception e){ 526 return null; 527 } 524 528 } 525 529 }
Note: See TracChangeset
for help on using the changeset viewer.