Skip navigation.

CORBA Programming Reference

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

 


stop_all_objects

Synopsis

Tells the ORB to stop accepting requests on all servants.

IDL

void stop_all_objects ();

C++ Binding

void stop_all_objects ();

Exceptions

None.

Description

This operation tells the ORB to stop accepting requests on all servants that have been set up in this process.

Usage Note

If a client calls the ORB::shutdown method, then it must not subsequently call stop_all_objects.

Return Value

None.

 

Skip navigation bar  Back to Top Previous Next