Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

PortableGroup::ObjectGroupManager Interface Reference

import "PortableGroup.idl";

List of all members.

Public Methods

ObjectGroup create_member (in ObjectGroup object_group, in Location the_location, in _TypeId type_id, in Criteria the_criteria) raises (ObjectGroupNotFound, MemberAlreadyPresent, NoFactory, ObjectNotCreated, InvalidCriteria, CannotMeetCriteria)
ObjectGroup add_member (in ObjectGroup object_group, in Location the_location, in Object member) raises (ObjectGroupNotFound, MemberAlreadyPresent, ObjectNotAdded)
ObjectGroup remove_member (in ObjectGroup object_group, in Location the_location) raises (ObjectGroupNotFound, MemberNotFound)
Locations locations_of_members (in ObjectGroup object_group) raises (ObjectGroupNotFound)
ObjectGroupId get_object_group_id (in ObjectGroup object_group) raises (ObjectGroupNotFound)
ObjectGroup get_object_group_ref (in ObjectGroup object_group) raises (ObjectGroupNotFound)
Object get_member_ref (in ObjectGroup object_group, in Location loc) raises (ObjectGroupNotFound, MemberNotFound)


Member Function Documentation

ObjectGroup PortableGroup::ObjectGroupManager::add_member in ObjectGroup    object_group,
in Location    the_location,
in Object    member
raises (ObjectGroupNotFound, MemberAlreadyPresent, ObjectNotAdded)
 

ObjectGroup PortableGroup::ObjectGroupManager::create_member in ObjectGroup    object_group,
in Location    the_location,
in _TypeId    type_id,
in Criteria    the_criteria
raises (ObjectGroupNotFound, MemberAlreadyPresent, NoFactory, ObjectNotCreated, InvalidCriteria, CannotMeetCriteria)
 

Object PortableGroup::ObjectGroupManager::get_member_ref in ObjectGroup    object_group,
in Location    loc
raises (ObjectGroupNotFound, MemberNotFound)
 

ObjectGroupId PortableGroup::ObjectGroupManager::get_object_group_id in ObjectGroup    object_group raises (ObjectGroupNotFound)
 

ObjectGroup PortableGroup::ObjectGroupManager::get_object_group_ref in ObjectGroup    object_group raises (ObjectGroupNotFound)
 

Locations PortableGroup::ObjectGroupManager::locations_of_members in ObjectGroup    object_group raises (ObjectGroupNotFound)
 

ObjectGroup PortableGroup::ObjectGroupManager::remove_member in ObjectGroup    object_group,
in Location    the_location
raises (ObjectGroupNotFound, MemberNotFound)
 


The documentation for this interface was generated from the following file:
Generated on Thu Oct 10 22:30:58 2002 for TAO_PortableGroup by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001