Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


PortableServer::POA::deactivate_object

Synopsis

Removes the ObjectId from the Active Object Map.

C++ Binding

void deactivate_object (
const ObjectId & oid)

Argument

oid

ObjectId that identifies the object.

Exceptions

If there is no active object associated with the specified ObjectId, the operation raises an ObjectNotActive exception.

Description

This operation causes the association of the ObjectId specified by the oid parameter and its servant to be removed from the Active Object Map.

Note: This function is supported only for a joint client/server.

Return Values

None.

 

Skip navigation bar  Back to Top Previous Next