import "CCM_Container.idl";
Inheritance diagram for Components::SessionComponent:
Public Member Functions | |
void | set_session_context (in SessionContext ctx) raises (CCMException) |
void | ccm_activate () raises (CCMException) |
void | ccm_passivate () raises (CCMException) |
void | ciao_preactivate () raises (CCMException) |
The following two methods are CIAO specific extension. | |
void | ciao_postactivate () raises (CCMException) |
void | ccm_remove () 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. |
|
The following two methods are CIAO specific extension. This method is invoked before ccm_activate () is called. All components in the assembly get this callback before the ccm_activate () is called. |
|
|