CIAO 1.0.5
Public Member Functions | Protected Member Functions | Protected Attributes
CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT > Class Template Reference

Mixin base class for generated servant. More...

#include <Servant_Impl_T.h>

List of all members.

Public Member Functions

 Session_Servant_Impl (EXEC *exe, Components::CCMHome_ptr home, const char *ins_name, Home_Servant_Impl_Base *home_servant,::CIAO::Session_Container_ptr c)
virtual ~Session_Servant_Impl (void)
virtual CORBA::Boolean same_component (CORBA::Object_ptr object_ref)
virtual ::Components::CCMHome_ptr get_ccm_home ()
virtual CORBA::Object_ptr _get_component ()
virtual
Components::EnterpriseComponent_ptr 
get_executor ()
void configuration_complete ()
virtual void activate_component ()
virtual void passivate_component ()

Protected Member Functions

virtual void ccm_remove (void)

Protected Attributes

CORBA::Boolean activated_
CORBA::Boolean configuration_completed_
EXEC::_var_type executor_
 Initialized in this constructor.
CONTEXT * context_
 Initialized in this constructor.
const char * ins_name_

Detailed Description

template<typename BASE_SKEL, typename EXEC, typename CONTEXT>
class CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >

Mixin base class for generated servant.

This class implements navigation and other operations common to all generated servants.


Constructor & Destructor Documentation

template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::Session_Servant_Impl ( EXEC *  exe,
Components::CCMHome_ptr  home,
const char *  ins_name,
Home_Servant_Impl_Base home_servant,
::CIAO::Session_Container_ptr  c 
)
template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::~Session_Servant_Impl ( void  ) [virtual]

Member Function Documentation

template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
CORBA::Object_ptr CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::_get_component ( void  ) [virtual]
template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
void CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::activate_component ( void  ) [virtual]
template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
void CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::ccm_remove ( void  ) [protected, virtual]
template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
void CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::configuration_complete ( void  )
template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
Components::CCMHome_ptr CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::get_ccm_home ( void  )
template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
Components::EnterpriseComponent_ptr CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::get_executor ( void  ) [virtual]
template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
void CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::passivate_component ( void  ) [virtual]
template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
CORBA::Boolean CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::same_component ( CORBA::Object_ptr  object_ref) [virtual]

Member Data Documentation

template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
CORBA::Boolean CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::activated_ [protected]
template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
CORBA::Boolean CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::configuration_completed_ [protected]
template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
CONTEXT* CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::context_ [protected]

Initialized in this constructor.

template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
EXEC::_var_type CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::executor_ [protected]

Initialized in this constructor.

template<typename BASE_SKEL , typename EXEC , typename CONTEXT >
const char* CIAO::Session_Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::ins_name_ [protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines