#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 ACE_ENV_ARG_DECL)=0 |
Dispatch the request to the servant. More... | |
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 ACE_ENV_ARG_DECL)=0 |
Factory method for creating new POA's. More... |
|
|
|
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. |