#include <Context_Impl_Base.h>
Inheritance diagram for CIAO::Context_Impl_Base:
Public Member Functions | |
Context_Impl_Base (void) | |
Context_Impl_Base (Components::CCMHome_ptr home, Session_Container *c) | |
virtual | ~Context_Impl_Base (void) |
virtual Components::Principal_ptr | get_caller_principal () throw (CORBA::SystemException) |
virtual Components::CCMHome_ptr | get_CCM_home () throw (CORBA::SystemException) |
virtual CORBA::Boolean | get_rollback_only () throw (CORBA::SystemException, Components::IllegalState) |
virtual Components::Transaction::UserTransaction_ptr | get_user_transaction () throw (CORBA::SystemException, Components::IllegalState) |
virtual CORBA::Boolean | is_caller_in_role (const char *role) throw (CORBA::SystemException) |
virtual void | set_rollback_only () throw (CORBA::SystemException, Components::IllegalState) |
CIAO::Session_Container * | _ciao_the_Container (void) const |
Protected Attributes | |
Components::CCMHome_var | home_ |
Session_Container * | container_ |
Holds the non-template parts of its child class Context_Impl.
|
|
|
|
|
|
|
|
|
Implements Components::CCMContext. |
|
Implements Components::CCMContext. |
|
Implements Components::CCMContext. |
|
Implements Components::CCMContext. |
|
|
|
Implements Components::CCMContext. |
|
|
|
|