![]() |
![]() |
e-docs > Tuxedo > Administering a Tuxedo Application at Run Time > Joint Client/Servers |
Administering a Tuxedo Application at Run Time
|
Synopsis
Tells the ORB to stop accepting requests on the object that is using the given servant.
IDL
void stop_object( in PortableServer::Servant servant);
C++ Binding
void stop_object(PortableServer::Servant servant);
Java Binding
void stop_object(org.omg.PortableServer.Servant servant);
Argument
Exceptions
None.
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 the stop_object operation, the OBJECT_NOT_EXIST exception is returned to the caller. This is because the stop_object operation, in effect, deletes the object.
Return Value
None.
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |