#include <Servant_Dispatcher.h>
Inheritance diagram for TAO_Servant_Dispatcher
Public Methods | |
virtual | ~TAO_Servant_Dispatcher (void) |
virtual void | dispatch (TAO_Object_Adapter::Servant_Upcall &servant_upcall, TAO_ServerRequest &req, CORBA::Environment &ACE_TRY_ENV) = 0 |
Dispatch the request to the servant. | |
virtual TAO_POA* | create_POA (const ACE_CString &name, TAO_POA_Manager &poa_manager, const TAO_POA_Policy_Set &policies, TAO_POA *parent, ACE_Lock &lock, TAO_SYNCH_MUTEX &thread_lock, TAO_ORB_Core &orb_core, TAO_Object_Adapter *object_adapter, CORBA_Environment &ACE_TRY_ENV) = 0 |
Factory method for creating new POA's. |
|
|
|
Factory method for creating new POA's.
Reimplemented in TAO_Default_Servant_Dispatcher. |
|
Dispatch the request to the servant.
Reimplemented in TAO_Default_Servant_Dispatcher. |