import "CCM_Context.idl";
Public Member Functions | |
Principal | get_caller_principal () |
CCMHome | get_CCM_home () |
boolean | get_rollback_only () raises (IllegalState) |
Transaction::UserTransaction | get_user_transaction () raises (IllegalState) |
boolean | is_caller_in_role (in string role) |
void | set_rollback_only () raises (IllegalState) |
Object | resolve_service_reference (in string service_id) raises (CCMException) |
Principal Components::CCMContext::get_caller_principal | ( | ) |
Implemented in CIAO::Context_Impl_Base.
CCMHome Components::CCMContext::get_CCM_home | ( | ) |
Implemented in CIAO::Context_Impl_Base.
boolean Components::CCMContext::get_rollback_only | ( | ) | raises (IllegalState) |
Implemented in CIAO::Context_Impl_Base.
Transaction::UserTransaction Components::CCMContext::get_user_transaction | ( | ) | raises (IllegalState) |
Implemented in CIAO::Context_Impl_Base.
boolean Components::CCMContext::is_caller_in_role | ( | in string | role | ) |
Object Components::CCMContext::resolve_service_reference | ( | in string | service_id | ) | raises (CCMException) |
Added for QoS4CCM
void Components::CCMContext::set_rollback_only | ( | ) | raises (IllegalState) |
Implemented in CIAO::Context_Impl_Base.