void IceGrid::AdminPrx::removeObject | ( | const ::Ice::Identity & | id, |
const Ice::Context & | context = Ice::noExplicitContext ) const |
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.
id | The identity of the object to remove. |
context | The request context. |
IceGrid::DeploymentException | Thrown when the object can't be removed. |
IceGrid::ObjectNotRegisteredException | Thrown when the object isn't registered with the registry. |