CIAO::Container Interface Reference
Internal container interfaces.
More...
import "Container_Base.idl";
List of all members.
Public Member Functions |
CORBA::PolicyList | get_receptacle_policy (in string name) |
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 | activate_component (in Components::CCMObject name) |
void | passivate_component (in Components::CCMObject name) |
void | uninstall_component (in Components::CCMObject compptr) |
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
CORBA::PolicyList CIAO::Container::get_receptacle_policy |
( |
in string |
name |
) |
|
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: