|
pure virtual |
Adds an object to the object registry and explicitly specifies its type.
| obj | The object to be added to the registry. The proxy is never null. |
| type | The type name. |
| response | The response callback. |
| exception | The exception callback. |
| current | The Current object of the incoming request. |
| IceGrid::DeploymentException | Thrown when the application deployment failed. |
| IceGrid::ObjectExistsException | Thrown when the object is already registered. |