#include <Task_StartLaunch.h>
Inheritance diagram for CIAO::Task_StartLaunch:
Public Member Functions | |
Task_StartLaunch (const char *node_name, const::Deployment::NodeApplicationManager_ptr nam, const ::Deployment::Properties &configProperty) | |
virtual int | svc (void) |
Service entry point. | |
::Deployment::Connections | get_connections () |
Accessor method to get returned connections. | |
::Deployment::NodeApplication_ptr | get_node_app () |
Accessor method to get returned NA. | |
Protected Attributes | |
ACE_CString | node_name_ |
The node name which hosts the NAM. | |
::Deployment::NodeApplicationManager_var | nam_ |
Input parameter which identifies the NAM to invoke the call. | |
const ::Deployment::Properties & | configProperty_ |
Input parameter of the configProperty. | |
::Deployment::NodeApplication_var | retn_node_app_ |
The NA obj ref is a return value by calling startLaunch on NAM. | |
::Deployment::Connections_var | retn_connections_ |
Returned object references of <connections>, i.e., provided ports. |
CIAO::Task_StartLaunch::Task_StartLaunch | ( | const char * | node_name, | |
const ::Deployment::NodeApplicationManager_ptr | nam, | |||
const ::Deployment::Properties & | configProperty | |||
) |
int CIAO::Task_StartLaunch::svc | ( | void | ) | [virtual] |
Deployment::Connections CIAO::Task_StartLaunch::get_connections | ( | ) |
Accessor method to get returned connections.
Deployment::NodeApplication_ptr CIAO::Task_StartLaunch::get_node_app | ( | ) |
Accessor method to get returned NA.
ACE_CString CIAO::Task_StartLaunch::node_name_ [protected] |
The node name which hosts the NAM.
::Deployment::NodeApplicationManager_var CIAO::Task_StartLaunch::nam_ [protected] |
Input parameter which identifies the NAM to invoke the call.
const ::Deployment::Properties& CIAO::Task_StartLaunch::configProperty_ [protected] |
Input parameter of the configProperty.
::Deployment::NodeApplication_var CIAO::Task_StartLaunch::retn_node_app_ [protected] |
The NA obj ref is a return value by calling startLaunch on NAM.
::Deployment::Connections_var CIAO::Task_StartLaunch::retn_connections_ [protected] |
Returned object references of <connections>, i.e., provided ports.