import "CCM_SessionComponent.idl";
Public Member Functions | |
void | set_session_context (in SessionContext ctx) raises (CCMException) |
void | ccm_activate () raises (CCMException) |
void | ccm_passivate () raises (CCMException) |
void | ccm_remove () raises (CCMException) |
void | ciao_preactivate () raises (CCMException) |
void | ciao_postactivate () raises (CCMException) |
void Components::SessionComponent::ccm_activate | ( | ) | raises (CCMException) |
void Components::SessionComponent::ccm_passivate | ( | ) | raises (CCMException) |
void Components::SessionComponent::ccm_remove | ( | ) | raises (CCMException) |
void Components::SessionComponent::ciao_postactivate | ( | ) | raises (CCMException) |
This method is invoked after ccm_activate () is called. All components in the assembly get this callback after the ccm_activate () is called.
void Components::SessionComponent::ciao_preactivate | ( | ) | raises (CCMException) |
This method is invoked before ccm_activate () is called. All components in the assembly get this callback before the ccm_activate () is called.
void Components::SessionComponent::set_session_context | ( | in SessionContext | ctx | ) | raises (CCMException) |