TAO_IFR 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
IFR_Service Class Reference

#include <IFR_Service.h>

Collaboration diagram for IFR_Service:
Collaboration graph
[legend]

Public Member Functions

 IFR_Service ()
 Default constructor.
 
 ~IFR_Service ()
 Destructor.
 
int init (int argc, ACE_TCHAR *argv[])
 Initialize the IFR service.
 
int fini ()
 Shut down the IFR Service.
 
int run ()
 Run the IFR service.
 
void shutdown ()
 Shutdown the Service.
 

Protected Attributes

CORBA::ORB_var orb_
 Reference to our ORB.
 
TAO_IFR_Server my_ifr_server_
 IFR Server instance.
 

Detailed Description

A class that initializes, runs and shuts down the Interface Repository service.

Constructor & Destructor Documentation

◆ IFR_Service()

IFR_Service::IFR_Service ( )

Default constructor.

◆ ~IFR_Service()

IFR_Service::~IFR_Service ( )

Destructor.

Member Function Documentation

◆ fini()

int IFR_Service::fini ( )

Shut down the IFR Service.

◆ init()

int IFR_Service::init ( int argc,
ACE_TCHAR * argv[] )

Initialize the IFR service.

◆ run()

int IFR_Service::run ( )

Run the IFR service.

◆ shutdown()

void IFR_Service::shutdown ( )

Shutdown the Service.

Member Data Documentation

◆ my_ifr_server_

TAO_IFR_Server IFR_Service::my_ifr_server_
protected

IFR Server instance.

◆ orb_

CORBA::ORB_var IFR_Service::orb_
protected

Reference to our ORB.


The documentation for this class was generated from the following files: