- Timestamp:
- 09/20/11 03:16:11 (8 months ago)
- Branch:
- default
- Convert:
- svn:7c3792e6-d75b-4784-96a6-b298f655ee64/trunk@2782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kraken-dom/src/main/java/org/krakenapps/dom/msgbus/HostPlugin.java
r2 r348 91 91 String description = req.getString("description"); 92 92 93 int id= hostApi.createHost(organizationId, hostTypeId, areaId, name, description);94 resp.put("id", id);93 Host host = hostApi.createHost(organizationId, hostTypeId, areaId, name, description); 94 resp.put("id", host.getId()); 95 95 } 96 96
Note: See TracChangeset
for help on using the changeset viewer.
