Ignore:
Timestamp:
09/20/11 03:16:11 (8 months ago)
Author:
delmitz
Branch:
default
Convert:
svn:7c3792e6-d75b-4784-96a6-b298f655ee64/trunk@2782
Message:

modified API interfaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kraken-dom/src/main/java/org/krakenapps/dom/msgbus/HostPlugin.java

    r2 r348  
    9191                String description = req.getString("description"); 
    9292 
    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()); 
    9595        } 
    9696 
Note: See TracChangeset for help on using the changeset viewer.