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

◆ updateObject()

void updateObject ( Object * obj) throws ObjectNotRegisteredException, DeploymentException

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.
Exceptions
ObjectNotRegisteredExceptionThrown when the object isn't registered with the registry.
DeploymentExceptionThrown when the object can't be updated.