public interface ObjectGroupManagerOperations
| Modifier and Type | Method and Description |
|---|---|
Object |
add_member(Object object_group,
NameComponent[] the_location,
Object member) |
Object |
create_member(Object object_group,
NameComponent[] the_location,
String type_id,
Property[] the_criteria) |
Object |
get_member_ref(Object object_group,
NameComponent[] loc) |
long |
get_object_group_id(Object object_group) |
Object |
get_object_group_ref(Object object_group) |
NameComponent[][] |
locations_of_members(Object object_group) |
Object |
remove_member(Object object_group,
NameComponent[] the_location) |
Object create_member(Object object_group, NameComponent[] the_location, String type_id, Property[] the_criteria) throws ObjectNotCreated, MemberAlreadyPresent, ObjectGroupNotFound, InvalidCriteria, CannotMeetCriteria, NoFactory
Object add_member(Object object_group, NameComponent[] the_location, Object member) throws INV_OBJREF, MemberAlreadyPresent, ObjectGroupNotFound, ObjectNotAdded
Object remove_member(Object object_group, NameComponent[] the_location) throws ObjectGroupNotFound, MemberNotFound
ObjectGroupNotFoundMemberNotFoundNameComponent[][] locations_of_members(Object object_group) throws ObjectGroupNotFound
ObjectGroupNotFoundlong get_object_group_id(Object object_group) throws ObjectGroupNotFound
ObjectGroupNotFoundObject get_object_group_ref(Object object_group) throws ObjectGroupNotFound
ObjectGroupNotFoundObject get_member_ref(Object object_group, NameComponent[] loc) throws ObjectGroupNotFound, MemberNotFound
ObjectGroupNotFoundMemberNotFoundCopyright © 2017 JacORB. All rights reserved.