void IceGrid::AdminPrx::updateObject | ( | const std::optional< Ice::ObjectPrx > & | obj, |
const Ice::Context & | context = Ice::noExplicitContext ) const |
Updates an object in the object registry.
Only objects added with this interface can be updated with this operation. Objects added with deployment descriptors should be updated with the deployment mechanism.
obj | A proxy to the object. This proxy is never null. |
context | The request context. |
IceGrid::DeploymentException | Thrown when the object can't be updated. |
IceGrid::ObjectNotRegisteredException | Thrown when the object isn't registered with the registry. |