11.2.6.6 Description
This operation tells the ORB to stop accepting requests on the given servant. It does not matter what state the servant is in, activated or deactivated; no error is reported.
Note:
If you do an invocation on a callback object after you call thestop_object
operation, the OBJECT_NOT_EXIST
exception is returned to the caller. This is because the stop_object
operation, in effect, deletes the object.
Parent topic: stop_object