#include <PG_Factory_Set.h>
Collaboration diagram for TAO_PG_Factory_Node:
Public Attributes | |
PortableGroup::FactoryInfo | factory_info |
Member factory information. | |
PortableGroup::GenericFactory::FactoryCreationId_var | factory_creation_id |
FactoryCreationId assigned to the member. |
Each member created by the infrastructure instead of the application will have a corresponding TAO_PG_Factory_Node structure associated with it. A list of these will be maintained by the infrastructure so that it is possible for the instrastructure to destroy members it created when destroying the object group.
Definition at line 42 of file PG_Factory_Set.h.
|
FactoryCreationId assigned to the member.
Definition at line 48 of file PG_Factory_Set.h. Referenced by TAO_PG_GenericFactory::check_minimum_number_members(), TAO_PG_GenericFactory::delete_member(), TAO_PG_GenericFactory::delete_object_i(), and TAO_PG_GenericFactory::populate_object_group(). |
|
Member factory information.
Definition at line 45 of file PG_Factory_Set.h. Referenced by TAO_PG_GenericFactory::check_minimum_number_members(), TAO_PG_GenericFactory::delete_member(), TAO_PG_GenericFactory::delete_object_i(), and TAO_PG_GenericFactory::populate_object_group(). |