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

◆ removeObject()

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.

Parameters
idThe identity of the object to remove.
contextThe request context.
Exceptions
IceGrid::DeploymentExceptionThrown when the object can't be removed.
IceGrid::ObjectNotRegisteredExceptionThrown when the object isn't registered with the registry.