Activator_Info Struct Reference

Information about IMR registered Activators. More...

#include <Activator_Info.h>

List of all members.

Public Member Functions

 Activator_Info (const ACE_CString &aname, CORBA::Long atoken, const ACE_CString &aior, ImplementationRepository::Activator_ptr act=ImplementationRepository::Activator::_nil())
void reset ()
 Reset the connection portion.


Public Attributes

ACE_CString name
CORBA::Long token
ACE_CString ior
ImplementationRepository::Activator_var activator


Detailed Description

Information about IMR registered Activators.

Definition at line 17 of file Activator_Info.h.


Constructor & Destructor Documentation

Activator_Info::Activator_Info const ACE_CString aname,
CORBA::Long  atoken,
const ACE_CString aior,
ImplementationRepository::Activator_ptr  act = ImplementationRepository::Activator::_nil()
 

Definition at line 5 of file Activator_Info.cpp.

References ACE_CString.

00009  : name(aname)
00010  , token(atoken)
00011  , ior(aior)
00012  , activator (ImplementationRepository::Activator::_duplicate (act))
00013 {
00014 }


Member Function Documentation

void Activator_Info::reset  ) 
 

Reset the connection portion.

Definition at line 16 of file Activator_Info.cpp.

References activator.

Referenced by ImR_Locator_i::connect_activator().

00017 {
00018   ior = "";
00019   activator = ImplementationRepository::Activator::_nil();
00020 }


Member Data Documentation

ImplementationRepository::Activator_var Activator_Info::activator
 

Definition at line 31 of file Activator_Info.h.

Referenced by ImR_Locator_i::connect_activator(), and reset().

ACE_CString Activator_Info::ior
 

Definition at line 30 of file Activator_Info.h.

Referenced by ImR_Locator_i::connect_activator(), and Locator_Repository::update_activator().

ACE_CString Activator_Info::name
 

Definition at line 28 of file Activator_Info.h.

Referenced by ImR_Locator_i::connect_activator(), and Locator_Repository::update_activator().

CORBA::Long Activator_Info::token
 

Definition at line 29 of file Activator_Info.h.

Referenced by Locator_Repository::update_activator().


The documentation for this struct was generated from the following files:
Generated on Thu Nov 9 13:36:57 2006 for TAO_Implementation_Repository by doxygen 1.3.6