#include <NodeApplication_Core.h>
Inheritance diagram for CIAO::NodeApplication_Core:
Public Member Functions | |
NodeApplication_Core (NodeApplication_Options &opts) | |
virtual int | svc (void) |
int | startup (int argc, char *argv[]) |
int | run_orb (void) |
Protected Attributes | |
CORBA::ORB_var | orb_ |
NodeApplication_Options & | options_ |
auto_ptr< NodeApp_Configurator > | configurator_ |
ACE_INLINE CIAO::NodeApplication_Core::NodeApplication_Core | ( | NodeApplication_Options & | opts | ) |
int CIAO::NodeApplication_Core::svc | ( | void | ) | [virtual] |
@ We need to call NodeApplication servant's init method. But it's not sure to me where exactly we can get the Properties needed by the init method at this moment. There are two ways to set the property of the NodeApplication: 1. call init remotely from NodeApplicationManager 2. call init locally on the servant of NodeApplication.
Reimplemented from ACE_Task_Base.
int CIAO::NodeApplication_Core::startup | ( | int | argc, | |
char * | argv[] | |||
) |
int CIAO::NodeApplication_Core::run_orb | ( | void | ) |
CORBA::ORB_var CIAO::NodeApplication_Core::orb_ [protected] |