Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ updateObject()

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.

Parameters
objA proxy to the object. This proxy is never null.
contextThe request context.
Exceptions
IceGrid::DeploymentExceptionThrown when the object can't be updated.
IceGrid::ObjectNotRegisteredExceptionThrown when the object isn't registered with the registry.