#include <Upgradeable_Context_Impl_T.h>
Public Types | |
typedef BASE_CTX | context_type |
Type definition of the context type. | |
typedef context_type::_var_type | _var_type |
Type definition of the var type for the context. | |
typedef SVNT | servant_type |
Type definition of the servant type. | |
typedef COMP | component_type |
Type definition of the component type. | |
Public Member Functions | |
Upgradeable_Context_Impl (Components::CCMHome_ptr the_home, Session_Container *c, SVNT *sv) | |
virtual | ~Upgradeable_Context_Impl (void) |
virtual void | deactivate_facet (const PortableServer::ObjectId &oid) |
virtual void | update_port_activator (const PortableServer::ObjectId &oid) |
virtual void | remove_facet (CORBA::Object_ptr reference) |
virtual ::Components::ConsumerDescriptions * | get_registered_consumers (const char *publisher_name)=0 |
Private Member Functions | |
Upgradeable_Context_Impl (void) | |
Not to be used. |
typedef context_type::_var_type CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >::_var_type |
Type definition of the var type for the context.
Reimplemented from CIAO::Context_Impl< BASE_CTX, SVNT, COMP >.
typedef COMP CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >::component_type |
Type definition of the component type.
Reimplemented from CIAO::Context_Impl< BASE_CTX, SVNT, COMP >.
typedef BASE_CTX CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >::context_type |
typedef SVNT CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >::servant_type |
CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >::Upgradeable_Context_Impl | ( | Components::CCMHome_ptr | the_home, | |
Session_Container * | c, | |||
SVNT * | sv | |||
) | [inline] |
CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >::~Upgradeable_Context_Impl | ( | void | ) | [inline, virtual] |
CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >::Upgradeable_Context_Impl | ( | void | ) | [private] |
Not to be used.
void CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >::deactivate_facet | ( | const PortableServer::ObjectId & | oid | ) | [inline, virtual] |
virtual ::Components::ConsumerDescriptions* CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >::get_registered_consumers | ( | const char * | publisher_name | ) | [pure virtual] |
void CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >::remove_facet | ( | CORBA::Object_ptr | reference | ) | [inline, virtual] |
void CIAO::Upgradeable_Context_Impl< BASE_CTX, SVNT, COMP >::update_port_activator | ( | const PortableServer::ObjectId & | oid | ) | [inline, virtual] |