#include <Local_Servant_Base.h>
Inheritance diagram for TAO_Local_ServantBase:
Protected Member Functions | |
TAO_Stub * | _create_stub (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) |
void | _dispatch (TAO_ServerRequest &request, void *servant_upcall ACE_ENV_ARG_DECL) |
Throws CORBA::BAD_OPERATION exception. |
This servant does not register with the POA and does not produce a valid stub, i.e., object references of this servant cannot be exported. The (collocated) stubs of these servants will always be direct, i.e., call directly to the servant and don't call through the POA since this servant is not registered with the POA.
|
This is an auxiliar method for _this(). Make sure *not* to register with the default POA. Reimplemented from TAO_ServantBase. |
|
Throws CORBA::BAD_OPERATION exception.
Implements TAO_ServantBase. |