#include <Local_Servant_Base.h>
Inheritance diagram for TAO_Local_ServantBase:
Protected Member Functions | |
TAO_Stub * | _create_stub (void) |
void | _dispatch (TAO_ServerRequest &request, void *servant_upcall) |
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.
Definition at line 40 of file Local_Servant_Base.h.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_Stub * TAO_Local_ServantBase::_create_stub | ( | void | ) | [protected, virtual] |
This is an auxiliary method for _this(). Make sure *not* to register with the default POA.
Reimplemented from TAO_ServantBase.
Definition at line 8 of file Local_Servant_Base.inl.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL void TAO_Local_ServantBase::_dispatch | ( | TAO_ServerRequest & | request, | |
void * | servant_upcall | |||
) | [protected, virtual] |
Throws CORBA::BAD_OPERATION exception.
Implements TAO_ServantBase.
Definition at line 17 of file Local_Servant_Base.cpp.