Public Member Functions | |
MemberInfo (CORBA::Object_ptr member, const PortableGroup::Location &location) | |
Construct an application-supplied member. | |
MemberInfo (CORBA::Object_ptr member, const PortableGroup::Location &location, PortableGroup::GenericFactory_ptr factory, PortableGroup::GenericFactory::FactoryCreationId factory_id) | |
Construct a infrastructure-created member. | |
~MemberInfo () | |
Destructor. | |
Public Attributes | |
CORBA::Object_var | member_ |
Reference to the member. | |
PortableGroup::GenericFactory_var | factory_ |
PortableGroup::GenericFactory::FactoryCreationId | factory_id_ |
FactoryCreationId assigned to the member. Empty if application created. | |
PortableGroup::Location | location_ |
Location where this member exists. | |
CORBA::Boolean | is_primary_ |
TRUE if this is primary member. |
|
Construct an application-supplied member.
|
|
Construct a infrastructure-created member.
|
|
Destructor.
|
|
The factory that was used to create this object nil if application created. |
|
FactoryCreationId assigned to the member. Empty if application created.
|
|
TRUE if this is primary member.
|
|
Location where this member exists.
|
|
Reference to the member.
|