Removes an object from the object registry.
Only objects added with this interface can be removed with this operation. Objects added with deployment descriptors should be removed with the deployment mechanism.
- Parameters
-
| id | The identity of the object to remove. |
| response | The response callback. |
| exception | The exception callback. |
| current | The Current object of the incoming request. |
- Exceptions
-
| IceGrid::DeploymentException | Thrown when the object can't be removed. |
| IceGrid::ObjectNotRegisteredException | Thrown when the object isn't registered with the registry. |