2-21
DSOM Framework Reference
deactivate_obj Method
Purpose
Indicates that an object server is no longer ready to process requests. (Not implemented.)
IDL Syntax
void deactivate_obj (
in SOMDObject obj);
Description
The deactivate_obj method is defined by the CORBA specification, but has a null
implementation in DSOM. This method always returns a NO_IMPLEMENT exception.
CORBA 1.1 distinguishes between servers that implement many objects (“shared”), versus
servers that implement a single object (“unshared”). The deactivate_obj method is meant
to be used by unshared servers, to indicate that the object (that is, server) is no longer
ready to process requests.
DSOM does not distinguish between servers that implement a single object versus servers
that implement multiple objects, so this method has no implementation.
Parameters
receiver A pointer to a BOA (SOMOA) object for the server.
env A pointer to the Environment structure for the method caller.
obj A pointer to a SOMDObject which identifies the object (server) to be
deactivated.
Original Class
BOA
Related Information
Methods: deactivate_impl, impl_is_ready, obj_is_ready
Kommentare zu diesen Handbüchern