Public Member Functions | Public Attributes

Connection Class Reference

#include <Connection.h>

List of all members.

Public Member Functions

 Connection (int argc, char **argv)
CORBA::Object_ptr getObjectReference (CosNaming::Name name)
phases::PhaseFactory_var getdPhaseFactory (void)
phases::PhaseManager_var getdPhaseManager (void)
 Function returns reference to dPhaseManager CORBA object.
rock::RockFactory_var getdRockFactory (void)
 Function returns reference to dRockFactory CORBA object.
rock::RockManager_var getdRockManager (void)
 Function returns reference to dRockManager CORBA object.
common::ClientData_var getClientData (void)
 Function returns ClientData structure.

Public Attributes

CORBA::ORB_var orb
CosNaming::NamingContext_var nameContext

Detailed Description

Connection c++ class to provide generic access to orb, name service and client-server communications.

Author:
Victor Kress
Revision:
1.4
Id:
Connection.h,v 1.4 2007/09/18 23:32:05 kress Exp

Definition at line 14 of file Connection.h.


Member Function Documentation

phases::PhaseFactory_var Connection::getdPhaseFactory ( void   ) 

Function returns reference to dPhaseFactory CORBA object

Parameters:
orb initialized ORB
CORBA::Object_ptr Connection::getObjectReference ( CosNaming::Name  name  ) 

Function returns reference to generic object from naming service

Parameters:
name CORBA name of requested object

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