TAO_Implementation_Repository
2.4.1
|
Information about IMR registered Activators. More...
#include <Activator_Info.h>
Public Member Functions | |
Activator_Info (void) | |
Activator_Info (const Activator_Info &other) | |
Activator_Info (const ACE_CString &aname, CORBA::Long atoken, const ACE_CString &aior, ImplementationRepository::Activator_ptr act=ImplementationRepository::Activator::_nil()) | |
void | clear (void) |
void | reset_runtime (void) |
Reset the connection portion. More... | |
Public Attributes | |
ACE_CString | name |
CORBA::Long | token |
ACE_CString | ior |
ImplementationRepository::Activator_var | activator |
Information about IMR registered Activators.
Activator_Info::Activator_Info | ( | void | ) |
Activator_Info::Activator_Info | ( | const Activator_Info & | other | ) |
Activator_Info::Activator_Info | ( | const ACE_CString & | aname, |
CORBA::Long | atoken, | ||
const ACE_CString & | aior, | ||
ImplementationRepository::Activator_ptr | act = ImplementationRepository::Activator::_nil () |
||
) |
void Activator_Info::clear | ( | void | ) |
void Activator_Info::reset_runtime | ( | void | ) |
Reset the connection portion.
ImplementationRepository::Activator_var Activator_Info::activator |
ACE_CString Activator_Info::ior |
ACE_CString Activator_Info::name |
CORBA::Long Activator_Info::token |