#include <Servant_Impl_T.h>
Public Member Functions | |
Servant_Impl (EXEC *exe, Components::CCMHome_ptr home, Home_Servant_Impl_Base *home_servant, Session_Container *c) | |
virtual | ~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::SessionComponent_ptr | get_executor () |
void | ciao_preactivate () |
void | ciao_activate () |
void | ciao_postactivate () |
void | ciao_passivate () |
@NOTE: The busted operation. | |
CORBA::Boolean | is_activated () |
void | activate_component () |
Protected Attributes | |
CORBA::Boolean | activated_ |
CORBA::Boolean | pre_activated_ |
CORBA::Boolean | post_activated_ |
EXEC::_var_type | executor_ |
Initialized in this constructor. | |
CONTEXT * | context_ |
Initialized in the derived, generated servant constructor. |
This class implements navigation and other operations common to all generated servants.
CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::Servant_Impl | ( | EXEC * | exe, | |
Components::CCMHome_ptr | home, | |||
Home_Servant_Impl_Base * | home_servant, | |||
Session_Container * | c | |||
) | [inline] |
CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::~Servant_Impl | ( | void | ) | [inline, virtual] |
CORBA::Object_ptr CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::_get_component | ( | ) | [inline, virtual] |
void CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::activate_component | ( | ) | [inline] |
void CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::ciao_activate | ( | ) | [inline] |
void CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::ciao_passivate | ( | ) | [inline] |
@NOTE: The busted operation.
void CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::ciao_postactivate | ( | ) | [inline] |
void CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::ciao_preactivate | ( | ) | [inline] |
Components::CCMHome_ptr CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::get_ccm_home | ( | ) | [inline] |
Components::SessionComponent_ptr CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::get_executor | ( | void | ) | [inline, virtual] |
Implements CIAO::Servant_Impl_Base.
CORBA::Boolean CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::is_activated | ( | ) | [inline] |
CORBA::Boolean CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::same_component | ( | CORBA::Object_ptr | object_ref | ) | [inline, virtual] |
CORBA::Boolean CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::activated_ [protected] |
CONTEXT* CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::context_ [protected] |
Initialized in the derived, generated servant constructor.
EXEC::_var_type CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::executor_ [protected] |
Initialized in this constructor.
CORBA::Boolean CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::post_activated_ [protected] |
CORBA::Boolean CIAO::Servant_Impl< BASE_SKEL, EXEC, CONTEXT >::pre_activated_ [protected] |