#include <TdkCorbaOrbWrapper.h>
Public Member Functions | |
TdkCorbaOrbWrapper () | |
Default constructor. | |
virtual | ~TdkCorbaOrbWrapper () |
Virtual destructor. | |
void | init (int argc, char *argv[]) |
void | start (void) |
Starts the orb processing. | |
void | shutdown (void) |
Stops the orb processing. | |
CORBA::ORB_var & | getOrbRef (void) |
Private Attributes | |
CORBA::ORB_var | _orb |
ORB reference. |
TdkCorbaOrbWrapper::TdkCorbaOrbWrapper | ( | ) |
Default constructor.
TdkCorbaOrbWrapper::~TdkCorbaOrbWrapper | ( | ) | [virtual] |
Virtual destructor.
void TdkCorbaOrbWrapper::init | ( | int | argc, | |
char * | argv[] | |||
) |
Initializes the ORB, POA and POA Manager. Initializes the ORB, POA and POA Manager. Can throw the TdkServerException exception.
Number | of entries in the second argument. | |
Argument | list to initialize the ORB. |
void TdkCorbaOrbWrapper::start | ( | void | ) |
Starts the orb processing.
void TdkCorbaOrbWrapper::shutdown | ( | void | ) |
Stops the orb processing.
CORBA::ORB_var & TdkCorbaOrbWrapper::getOrbRef | ( | void | ) |
Returns a reference to the wrapped ORB object.
CORBA::ORB_var TdkCorbaOrbWrapper::_orb [private] |
ORB reference.