TAO  2.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
TAO_Creation_Strategy< SVC_HANDLER > Class Template Reference

Creates a Svc_Handler and set the ORB_Core pointer on it. More...

#include <Acceptor_Impl.h>

Inheritance diagram for TAO_Creation_Strategy< SVC_HANDLER >:
Inheritance graph
[legend]
Collaboration diagram for TAO_Creation_Strategy< SVC_HANDLER >:
Collaboration graph
[legend]

Public Member Functions

 TAO_Creation_Strategy (TAO_ORB_Core *orb_core)
 
int make_svc_handler (SVC_HANDLER *&sh)
 Create a SVC_HANDLER and set the ORB_Core pointer on it. More...
 
- Public Member Functions inherited from ACE_Creation_Strategy< SVC_HANDLER >
 ACE_Creation_Strategy (ACE_Thread_Manager *=0, ACE_Reactor *=ACE_Reactor::instance())
 
int open (ACE_Thread_Manager *=0, ACE_Reactor *=ACE_Reactor::instance())
 
virtual ~ACE_Creation_Strategy (void)
 
void dump (void) const
 

Protected Attributes

TAO_ORB_Coreorb_core_
 Pointer to the ORB Core. More...
 
- Protected Attributes inherited from ACE_Creation_Strategy< SVC_HANDLER >
ACE_Thread_Managerthr_mgr_
 
ACE_Reactorreactor_
 

Additional Inherited Members

- Public Types inherited from ACE_Creation_Strategy< SVC_HANDLER >
typedef SVC_HANDLER::addr_type addr_type
 
typedef SVC_HANDLER handler_type
 
typedef SVC_HANDLER::stream_type stream_type
 
- Public Attributes inherited from ACE_Creation_Strategy< SVC_HANDLER >
 ACE_ALLOC_HOOK_DECLARE
 

Detailed Description

template<class SVC_HANDLER>
class TAO_Creation_Strategy< SVC_HANDLER >

Creates a Svc_Handler and set the ORB_Core pointer on it.

Constructor & Destructor Documentation

template<class SVC_HANDLER >
TAO_Creation_Strategy< SVC_HANDLER >::TAO_Creation_Strategy ( TAO_ORB_Core orb_core)

Constructor.

Member Function Documentation

template<class SVC_HANDLER >
int TAO_Creation_Strategy< SVC_HANDLER >::make_svc_handler ( SVC_HANDLER *&  sh)
virtual

Create a SVC_HANDLER and set the ORB_Core pointer on it.

Reimplemented from ACE_Creation_Strategy< SVC_HANDLER >.

Member Data Documentation

template<class SVC_HANDLER >
TAO_ORB_Core* TAO_Creation_Strategy< SVC_HANDLER >::orb_core_
protected

Pointer to the ORB Core.


The documentation for this class was generated from the following files: