|
CIAO
1.2.0
|
Common container interface definition. More...
#include <Container_Base_T.h>


Public Member Functions | |
| Container_i (CORBA::ORB_ptr o, PortableServer::POA_ptr root_poa) | |
| virtual | ~Container_i (void) |
| virtual void | init (const char *name) |
| Initialize the container with a name. More... | |
| virtual void | fini (void) |
| Cleanup method. More... | |
| virtual PortableServer::POA_ptr | the_POA (void) |
| Get component's POA. More... | |
| virtual PortableServer::POA_ptr | the_port_POA (void) |
| virtual Components::CCMHome_ptr | install_home (const char *primary_artifact, const char *entry_point, const char *servant_artifact, const char *servant_entrypoint, const char *name, CORBA::Long open_mode)=0 |
| Install a new home. More... | |
| virtual void | uninstall_home (Components::CCMHome_ptr homeref) |
| Uninstall a servant for component or home. More... | |
| virtual Components::CCMObject_ptr | install_component (const char *primary_artifact, const char *entry_point, const char *servant_artifact, const char *servant_entrypoint, const char *name, CORBA::Long open_mode)=0 |
| virtual void | set_attributes (CORBA::Object_ptr compref, const ::Components::ConfigValues &values) |
| virtual void | activate_component (Components::CCMObject_ptr compref) |
| Activate component. More... | |
| virtual void | passivate_component (Components::CCMObject_ptr compref) |
| Passivate a component. More... | |
| virtual void | uninstall_component (Components::CCMObject_ptr compref) |
| Uninstall a given component. More... | |
| virtual ::Components::Cookie * | connect_local_facet (::Components::CCMObject_ptr provider, const char *provider_port,::Components::CCMObject_ptr user, const char *user_port) |
| Connect a local facet. More... | |
| virtual void | disconnect_local_facet (::Components::Cookie *cookie,::Components::CCMObject_ptr provider, const char *provider_port,::Components::CCMObject_ptr user, const char *user_port) |
| Disconnect a local facet. More... | |
| virtual CORBA::Object_ptr | install_servant (PortableServer::Servant objref, Container_Types::OA_Type type, PortableServer::ObjectId_out oid) |
| virtual void | uninstall_servant (PortableServer::Servant objref, Container_Types::OA_Type type, PortableServer::ObjectId_out oid) |
| Uninstall a servant for component. More... | |
| virtual CORBA::Object_ptr | get_objref (PortableServer::Servant p) |
| virtual CORBA::Object_ptr | generate_reference (const char *obj_id, const char *repo_id, Container_Types::OA_Type t) |
| CORBA::ORB_ptr | the_ORB (void) const |
| Get a reference to the underlying ORB. More... | |
| virtual CORBA::Object_ptr | get_local_facet (::Components::CCMObject_ptr provider_ref, const char *provider_port) |
| virtual void | install_service_component_reference (const char *service_id, CORBA::Object_ptr objref) |
| virtual CORBA::Object_ptr | uninstall_service_component_reference (const char *service_id) |
| virtual CORBA::Object_ptr | resolve_service_reference (const char *service_id) |
Protected Member Functions | |
| void | uninstall (CORBA::Object_ptr objref, Container_Types::OA_Type t) |
| Uninstall a servant for component or home. More... | |
| void | prepare_installation (const char *entity, const char *primary_artifact, const char *entry_point, const char *servant_artifact, const char *servant_entrypoint, const char *name, int open_mode, ACE_DLL &executor_dll, ACE_DLL &servant_dll) |
Protected Member Functions inherited from CORBA::LocalObject | |
| Object (int dummy=0) | |
| TAO::Object_Proxy_Broker * | proxy_broker () const |
Protected Attributes | |
| CORBA::ORB_var | orb_ |
| Reference to the ORB. More... | |
| PortableServer::POA_var | root_poa_ |
| POA used as root. More... | |
| PortableServer::POA_var | component_poa_ |
| PortableServer::POA_var | facet_cons_poa_ |
Private Types | |
| typedef std::map< std::string, CORBA::Object_var > | InstalledServices |
Private Member Functions | |
| Container_i (void) | |
| Not allowed to be used. More... | |
| void | create_component_POA (const char *name, PortableServer::POA_ptr root) |
| Create POA for the component. More... | |
| void | create_facet_consumer_POA (const char *name, PortableServer::POA_ptr root) |
| Create POA for the facets and consumers alone. More... | |
Private Attributes | |
| InstalledServices | installed_services_ |
Additional Inherited Members | |
Public Types inherited from CORBA::LocalObject | |
| typedef Object_ptr | _ptr_type |
| typedef Object_var | _var_type |
| typedef Object_out | _out_type |
Static Public Member Functions inherited from CORBA::LocalObject | |
| static CORBA::Boolean | marshal (const Object_ptr x, TAO_OutputCDR &cdr) |
| static void | _tao_any_destructor (void *) |
| static CORBA::Boolean | is_nil_i (CORBA::Object_ptr obj) |
| static void | tao_object_initialize (Object *) |
| static CORBA::Object_ptr | _duplicate (CORBA::Object_ptr obj) |
| static CORBA::Object_ptr | _nil (void) |
| static CORBA::Object_ptr | _narrow (CORBA::Object_ptr obj) |
Common container interface definition.
Perhaps we can use local interface to define these interfaces as we will also get reference counting automatically.
|
private |
| CIAO::Container_i< BASE >::Container_i | ( | CORBA::ORB_ptr | o, |
| PortableServer::POA_ptr | root_poa | ||
| ) |
|
virtual |
|
private |
Not allowed to be used.
|
virtual |
Activate component.
| Components::Cookie * CIAO::Container_i< BASE >::connect_local_facet | ( | ::Components::CCMObject_ptr | provider, |
| const char * | provider_port, | ||
| ::Components::CCMObject_ptr | user, | ||
| const char * | user_port | ||
| ) |
Connect a local facet.
|
private |
Create POA for the component.
This is the POA that is returned to the component applications if they need one.
|
private |
Create POA for the facets and consumers alone.
|
virtual |
Disconnect a local facet.
|
virtual |
Cleanup method.
Reimplemented in CIAO::Session_Container_i.
|
virtual |
Analog of the POA method that creates an object reference from an object id string.
|
virtual |
|
virtual |
|
virtual |
Initialize the container with a name.
Reimplemented in CIAO::Session_Container_i.
|
pure virtual |
Implemented in CIAO::Session_Container_i.
|
pure virtual |
Install a new home.
Implemented in CIAO::Session_Container_i.
|
virtual |
|
virtual |
|
virtual |
Passivate a component.
|
protected |
|
virtual |
|
virtual |
| CORBA::ORB_ptr CIAO::Container_i< BASE >::the_ORB | ( | void | ) | const |
Get a reference to the underlying ORB.
|
virtual |
Get component's POA.
|
virtual |
|
protected |
Uninstall a servant for component or home.
|
virtual |
Uninstall a given component.
|
virtual |
Uninstall a servant for component or home.
|
virtual |
Uninstall a servant for component.
|
virtual |
|
protected |
POA within which all the components in this container will be activated.
|
protected |
POA within which all the facets and receptacles will be activated. Having two POA's allows us to associate different policies that are distinct from the component.
|
private |
|
protected |
Reference to the ORB.
|
protected |
POA used as root.
1.8.3.1