CIAO
1.2.0
|
Template base class for Context_Impl. More...
#include <Context_Impl_Base_T.h>
Public Member Functions | |
Context_Impl_Base_T (::Components::CCMHome_ptr home, typename CONTAINER_TYPE::_ptr_type c, const char *instance_id) | |
virtual | ~Context_Impl_Base_T (void) |
virtual ::Components::Principal_ptr | get_caller_principal () |
virtual ::Components::CCMHome_ptr | get_CCM_home () |
virtual ::CORBA::Boolean | get_rollback_only () |
virtual Components::Transaction::UserTransaction_ptr | get_user_transaction () |
virtual CORBA::Boolean | is_caller_in_role (const char *role) |
virtual void | set_rollback_only () |
virtual CORBA::Object_ptr | resolve_service_reference (const char *service_id) |
virtual void | install_service_component_reference (const char *service_id, CORBA::Object_ptr objref) |
virtual CORBA::Object_ptr | uninstall_service_component_reference (const char *service_id) |
const char * | _ciao_instance_id (void) const |
![]() | |
boolean | is_caller_in_role (in string role) |
Object | resolve_service_reference (in string service_id) raises (CCMException) |
void | install_service_component_reference (in string service_id, in Object objref) |
Object | uninstall_service_component_reference (in string service_id) |
Protected Attributes | |
CONTAINER_TYPE::_var_type | container_ |
Private Attributes | |
::Components::CCMHome_var | home_ |
::CORBA::String_var | ciao_instance_id_ |
Template base class for Context_Impl.
Holds the non-template parts of its child class Context_Impl.
CIAO::Context_Impl_Base_T< CONTAINER_TYPE >::Context_Impl_Base_T | ( | ::Components::CCMHome_ptr | home, |
typename CONTAINER_TYPE::_ptr_type | c, | ||
const char * | instance_id | ||
) |
|
virtual |
const char * CIAO::Context_Impl_Base_T< CONTAINER_TYPE >::_ciao_instance_id | ( | void | ) | const |
Temporarily added back for a sponsor, this will be removed at some moment in favor of a resolve_service_reference() call
Components::Principal_ptr CIAO::Context_Impl_Base_T< CONTAINER_TYPE >::get_caller_principal | ( | void | ) |
Implements Components::CCMContext.
Components::CCMHome_ptr CIAO::Context_Impl_Base_T< CONTAINER_TYPE >::get_CCM_home | ( | void | ) |
Implements Components::CCMContext.
CORBA::Boolean CIAO::Context_Impl_Base_T< CONTAINER_TYPE >::get_rollback_only | ( | void | ) |
Implements Components::CCMContext.
|
virtual |
Implements Components::CCMContext.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements Components::CCMContext.
|
virtual |
|
private |
|
protected |
|
private |