Internal container interfaces.
More...
import "Container_Base.idl";
List of all members.
Public Member Functions |
Components::CCMHome | install_home (in string primary_artifact, in string entry_point, in string servant_artifact, in string servant_entrypoint, in string name) |
void | uninstall_home (in Components::CCMHome homeptr) |
Components::CCMObject | install_component (in string primary_artifact, in string entry_point, in string servant_artifact, in string servant_entrypoint, in string name) |
void | set_attributes (in Object name, in Components::ConfigValues values) |
void | activate_component (in Components::CCMObject name) |
void | passivate_component (in Components::CCMObject name) |
void | uninstall_component (in Components::CCMObject compptr) |
void | connect_local_facet (in::Components::CCMObject provider_ref, in string provider_port, in::Components::CCMObject user_ref, in string user_port) raises (::Components::InvalidConnection, ::Components::AlreadyConnected) |
void | disconnect_local_facet (in::Components::CCMObject provider_ref, in string provider_port, in::Components::CCMObject user_ref, in string user_port) raises (::Components::InvalidConnection) |
Object | install_servant (in PortableServer::Servant svnt, in Container_Types::OA_Type type, out PortableServer::ObjectId oid) |
void | uninstall_servant (in PortableServer::Servant compptr, in Container_Types::OA_Type type, out PortableServer::ObjectId oid) |
Servant_Activator | ports_servant_activator () |
Object | generate_reference (in string obj_id, in string repo_id, in Container_Types::OA_Type type) |
Object | get_objref (in PortableServer::Servant p) |
PortableServer::POA | the_POA () |
PortableServer::POA | the_port_POA () |
Detailed Description
Internal container interfaces.
This interface provides interfactes to two portions of the CIAO container architecture: The generic external container interface created by the component server, and the component specific container portions generated by the CIDL compiler (the component servant)
Member Function Documentation
void CIAO::Container::disconnect_local_facet |
( |
in::Components::CCMObject |
provider_ref, |
|
|
in string |
provider_port, |
|
|
in::Components::CCMObject |
user_ref, |
|
|
in string |
user_port | |
|
) |
| | raises (::Components::InvalidConnection) |
Components::CCMObject CIAO::Container::install_component |
( |
in string |
primary_artifact, |
|
|
in string |
entry_point, |
|
|
in string |
servant_artifact, |
|
|
in string |
servant_entrypoint, |
|
|
in string |
name | |
|
) |
| | |
Components::CCMHome CIAO::Container::install_home |
( |
in string |
primary_artifact, |
|
|
in string |
entry_point, |
|
|
in string |
servant_artifact, |
|
|
in string |
servant_entrypoint, |
|
|
in string |
name | |
|
) |
| | |
PortableServer::POA CIAO::Container::the_POA |
( |
|
) |
|
PortableServer::POA CIAO::Container::the_port_POA |
( |
|
) |
|
The documentation for this interface was generated from the following file: