TdkCorbaOrbWrapper Class Reference
[TdkServerServices]

#include <TdkCorbaOrbWrapper.h>

List of all members.

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.


Detailed Description

CORBA ORB Wrapper class. This class is a wrapper for the CORBA ORB.


Constructor & Destructor Documentation

TdkCorbaOrbWrapper::TdkCorbaOrbWrapper (  ) 

Default constructor.

TdkCorbaOrbWrapper::~TdkCorbaOrbWrapper (  )  [virtual]

Virtual destructor.


Member Function Documentation

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.

Parameters:
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.

Returns:
Reference to the wrapped ORB object.


Member Data Documentation

CORBA::ORB_var TdkCorbaOrbWrapper::_orb [private]

ORB reference.


The documentation for this class was generated from the following files:
Generated on Fri Jun 15 16:54:32 2007 for TDK by  doxygen 1.5.2