|
pure virtual |
Adds an object to the object registry.
IceGrid gets the object type by calling ice_id on obj. The object must be reachable.
| obj | A proxy to the object. This proxy is never null. |
| response | The response callback. |
| exception | The exception callback. |
| current | The Current object of the incoming request. |
| IceGrid::DeploymentException | Thrown when the object can't be added. |
| IceGrid::ObjectExistsException | Thrown when the object is already registered. |