Classes | |
struct | Property |
struct | FactoryInfo |
exception | InterfaceNotFound |
exception | ObjectGroupNotFound |
exception | MemberNotFound |
exception | ObjectNotFound |
exception | MemberAlreadyPresent |
exception | ObjectNotCreated |
exception | ObjectNotAdded |
exception | TypeConflict |
TAO Specific: TypeConfict exception. More... | |
exception | UnsupportedProperty |
exception | InvalidProperty |
exception | NoFactory |
exception | InvalidCriteria |
exception | CannotMeetCriteria |
interface | PropertyManager |
interface | ObjectGroupManager |
interface | GenericFactory |
interface | FactoryRegistry |
interface | TAO_UpdateObjectGroup |
exception | NotAGroupObject |
interface | GOA |
Typedefs | |
typedef sequence< octet > | GroupIIOPProfile |
typedef CORBA::RepositoryId | _TypeId |
typedef Object | ObjectGroup |
typedef sequence< ObjectGroup > | ObjectGroups |
typedef CosNaming::Name | Name |
typedef any | Value |
typedef sequence< Property > | Properties |
typedef Name | Location |
typedef sequence< Location > | Locations |
typedef Properties | Criteria |
typedef sequence< FactoryInfo > | FactoryInfos |
typedef long | MembershipStyleValue |
typedef FactoryInfos | FactoriesValue |
typedef unsigned short | InitialNumberMembersValue |
typedef unsigned short | MinimumNumberMembersValue |
typedef CORBA::Identifier | RoleName |
typedef sequence< PortableServer::ObjectId > | IDs |
Variables | |
typeprefix PortableGroup omg | org |
const string | PG_MEMBERSHIP_STYLE |
MembershipStyle. | |
const string | PG_INITIAL_NUMBER_MEMBERS |
InitialNumberMembers. | |
const string | PG_MINIMUM_NUMBER_MEMBERS |
MinimumNumberMembers. | |
const string | PG_FACTORIES = "org.omg.PortableGroup.Factories" |
Factories. | |
const MembershipStyleValue | MEMB_APP_CTRL = 0 |
const MembershipStyleValue | MEMB_INF_CTRL = 1 |
const string | role_criterion = "org.omg.portablegroup.Role" |
const string | TAO_UPDATE_OBJECT_GROUP_METHOD_NAME = "tao_update_object_group" |
|
Definition at line 45 of file PortableGroup.idl. |
|
|
Definition at line 72 of file PortableGroup.idl. Referenced by TAO_PG_GenericFactory::create_object(), and TAO_PG_GenericFactory::process_criteria(). |
|
|
Definition at line 40 of file PortableGroup.idl. |
|
Definition at line 304 of file PortableGroup.idl. |
|
|
|
Definition at line 58 of file PortableGroup.idl. Referenced by TAO_PG_ObjectGroupManager::locations_of_members(), and TAO::PG_Object_Group::locations_of_members(). |
|
Definition at line 68 of file PortableGroup.idl. Referenced by TAO_PG_GenericFactory::create_object(), TAO::PG_Object_Group::get_membership_style(), and TAO_PG_GenericFactory::process_criteria(). |
|
|
Definition at line 48 of file PortableGroup.idl. |
|
Definition at line 46 of file PortableGroup.idl. Referenced by TAO::PG_Utils::get_tagged_component(), and TAO::PG_Utils::set_tagged_component(). |
|
Definition at line 47 of file PortableGroup.idl. Referenced by TAO_PG_ObjectGroupManager::groups_at_location(), and TAO::PG_Group_Factory::groups_at_location(). |
|
|
a name for the role the object will play This allows multiple objects that implement the same interface (TypeId) to exist at a location as long as they play different roles. Definition at line 213 of file PortableGroup.idl. |
|
|
Definition at line 69 of file PortableGroup.idl. |
|
Definition at line 70 of file PortableGroup.idl. |
|
Definition at line 23 of file PortableGroup.idl. |
|
Factories.
Definition at line 38 of file PortableGroup.idl. |
|
Initial value:
"org.omg.PortableGroup.InitialNumberMembers"
Definition at line 30 of file PortableGroup.idl. |
|
Initial value:
"org.omg.PortableGroup.MembershipStyle"
Definition at line 26 of file PortableGroup.idl. |
|
Initial value:
"org.omg.PortableGroup.MinimumNumberMembers"
Definition at line 34 of file PortableGroup.idl. |
|
Reserved criteria name for specifing role. Definition at line 218 of file PortableGroup.idl. |
|
Definition at line 290 of file PortableGroup.idl. |