Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ removeObject()

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
idThe identity of the object to remove.
Exceptions
ObjectNotRegisteredExceptionThrown when the object isn't registered with the registry.
DeploymentExceptionThrown when the object can't be removed.