CIAO
1.0.8
|
import "CCM_SessionComponentC.h";
Public Types | |
typedef SessionComponent_ptr | _ptr_type |
typedef SessionComponent_var | _var_type |
typedef SessionComponent_out | _out_type |
Public Member Functions | |
void | set_session_context (in SessionContext ctx) raises (CCMException) |
void | configuration_complete () raises (CCMException) |
void | ccm_activate () raises (CCMException) |
void | ccm_passivate () raises (CCMException) |
void | ccm_remove () raises (CCMException) |
virtual void | set_session_context (::Components::SessionContext_ptr ctx)=0 |
virtual void | configuration_complete (void)=0 |
virtual void | ccm_activate (void)=0 |
virtual void | ccm_passivate (void)=0 |
virtual void | ccm_remove (void)=0 |
virtual ::CORBA::Boolean | _is_a (const char *type_id) |
virtual const char * | _interface_repository_id (void) const |
virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
static SessionComponent_ptr | _duplicate (SessionComponent_ptr obj) |
static void | _tao_release (SessionComponent_ptr obj) |
static SessionComponent_ptr | _narrow (::CORBA::Object_ptr obj) |
static SessionComponent_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static SessionComponent_ptr | _nil (void) |
Protected Member Functions | |
SessionComponent (void) | |
virtual | ~SessionComponent (void) |
Private Member Functions | |
SessionComponent (const SessionComponent &) | |
void | operator= (const SessionComponent &) |
Reimplemented from Components::EnterpriseComponent.
Reimplemented from Components::EnterpriseComponent.
Reimplemented from Components::EnterpriseComponent.
Components::SessionComponent::SessionComponent | ( | void | ) | [protected] |
Components::SessionComponent::~SessionComponent | ( | void | ) | [protected, virtual] |
Components::SessionComponent::SessionComponent | ( | const SessionComponent & | ) | [private] |
Components::SessionComponent_ptr Components::SessionComponent::_duplicate | ( | SessionComponent_ptr | obj | ) | [static] |
const char * Components::SessionComponent::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from Components::EnterpriseComponent.
CORBA::Boolean Components::SessionComponent::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from Components::EnterpriseComponent.
Components::SessionComponent_ptr Components::SessionComponent::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from Components::EnterpriseComponent.
Components::SessionComponent_ptr Components::SessionComponent::_nil | ( | void | ) | [static] |
Reimplemented from Components::EnterpriseComponent.
void Components::SessionComponent::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
Reimplemented from Components::EnterpriseComponent.
void Components::SessionComponent::_tao_release | ( | SessionComponent_ptr | obj | ) | [static] |
Components::SessionComponent_ptr Components::SessionComponent::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from Components::EnterpriseComponent.
void Components::SessionComponent::ccm_activate | ( | ) | raises (CCMException) |
virtual void Components::SessionComponent::ccm_activate | ( | void | ) | [pure virtual] |
void Components::SessionComponent::ccm_passivate | ( | ) | raises (CCMException) |
virtual void Components::SessionComponent::ccm_passivate | ( | void | ) | [pure virtual] |
void Components::SessionComponent::ccm_remove | ( | ) | raises (CCMException) |
virtual void Components::SessionComponent::ccm_remove | ( | void | ) | [pure virtual] |
void Components::SessionComponent::configuration_complete | ( | ) | raises (CCMException) |
virtual void Components::SessionComponent::configuration_complete | ( | void | ) | [pure virtual] |
CORBA::Boolean Components::SessionComponent::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from Components::EnterpriseComponent.
void Components::SessionComponent::operator= | ( | const SessionComponent & | ) | [private] |
void Components::SessionComponent::set_session_context | ( | in SessionContext | ctx | ) | raises (CCMException) |
virtual void Components::SessionComponent::set_session_context | ( | ::Components::SessionContext_ptr | ctx | ) | [pure virtual] |