|
void | connect_publisher (const ::Deployment::DeploymentPlan &plan, const ::Deployment::PlanConnectionDescription &conn, const ::Deployment::PlanSubcomponentPortEndpoint &endpoint, const ::CORBA::Any &provided_reference) |
|
void | connect_consumer (const ::Deployment::DeploymentPlan &plan, const ::Deployment::PlanConnectionDescription &conn, const ::Deployment::PlanSubcomponentPortEndpoint &endpoint, const ::CORBA::Any &provided_reference) |
|
void | connect_emitter (const ::Deployment::DeploymentPlan &plan, const ::Deployment::PlanConnectionDescription &conn, const ::Deployment::PlanSubcomponentPortEndpoint &endpoint, const ::CORBA::Any &provided_reference) |
|
void | disconnect_publisher (const ::Deployment::PlanConnectionDescription &conn, const ::Deployment::PlanSubcomponentPortEndpoint &endpoint) |
|
void | disconnect_consumer (const ::Deployment::PlanConnectionDescription &conn, const ::Deployment::PlanSubcomponentPortEndpoint &endpoint) |
|
void | disconnect_emitter (const ::Deployment::PlanConnectionDescription &conn, const ::Deployment::PlanSubcomponentPortEndpoint &endpoint) |
|
void | connect_local_port (const ::Deployment::DeploymentPlan &plan, const ::Deployment::PlanConnectionDescription &conn,::CORBA::ULong endpointRef, const ::Deployment::PlanSubcomponentPortEndpoint &receptacle_endpoint) |
|
void | disconnect_local_port (const ::Deployment::DeploymentPlan &plan, const ::Deployment::PlanConnectionDescription &conn,::CORBA::ULong endpointRef, const ::Deployment::PlanSubcomponentPortEndpoint &receptacle_endpoint) |
|
void | connect_non_local_receptacle (const ::Deployment::DeploymentPlan &plan, const ::Deployment::PlanConnectionDescription &conn, const ::Deployment::PlanSubcomponentPortEndpoint &endpoint, const ::CORBA::Any &provided_reference) |
|
void | connect_non_local_facet (const ::Deployment::DeploymentPlan &plan, const ::Deployment::PlanConnectionDescription &conn, const ::Deployment::PlanSubcomponentPortEndpoint &endpoint, const ::CORBA::Any &provided_reference) |
|
void | disconnect_non_local (const ::Deployment::PlanConnectionDescription &conn, const char *port_name) |
|
bool | is_local_connection (const ::Deployment::PlanConnectionDescription &conn) |
|
void | validate_connection (const char *conn,::CORBA::Object_ptr obj) |
|
::CORBA::ULong | retrieve_endpoint (const ::Deployment::PlanConnectionDescription &conn) |
|
void | insert_cookie (const char *connection_name, const CONNECTION_INFO conn_info) |
|
::Components::Cookie * | get_cookie (const char *connection_name) |
|
void | remove_cookie (const char *connection_name) |
|
::Components::CCMObject_ptr | get_ccm_object (const char *connection_name) |
|