org.omg.FT
Class _ObjectGroupManagerStub
java.lang.Object
|
+--org.omg.CORBA.portable.ObjectImpl
|
+--org.omg.FT._ObjectGroupManagerStub
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, ObjectGroupManager, ObjectGroupManagerOperations, java.io.Serializable
- public class _ObjectGroupManagerStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements ObjectGroupManager
- See Also:
- Serialized Form
Field Summary |
(package private) static java.lang.String[] |
_ids_list
|
private static java.lang.Class |
_opsClass
|
Fields inherited from class org.omg.CORBA.portable.ObjectImpl |
__delegate |
Method Summary |
java.lang.String[] |
_ids()
|
org.omg.CORBA.Object |
add_member(org.omg.CORBA.Object object_group,
org.omg.CosNaming.NameComponent[] the_location,
org.omg.CORBA.Object member)
|
org.omg.CORBA.Object |
create_member(org.omg.CORBA.Object object_group,
org.omg.CosNaming.NameComponent[] the_location,
java.lang.String type_id,
Property[] the_criteria)
|
org.omg.CORBA.Object |
get_group_ref(long group_id)
|
org.omg.CORBA.Object |
get_member_ref(org.omg.CORBA.Object object_group,
org.omg.CosNaming.NameComponent[] loc)
|
long |
get_object_group_id(org.omg.CORBA.Object object_group)
|
org.omg.CORBA.Object |
get_object_group_ref(org.omg.CORBA.Object object_group)
|
org.omg.CosNaming.NameComponent[][] |
locations_of_members(org.omg.CORBA.Object object_group)
|
org.omg.CORBA.Object |
remove_member(org.omg.CORBA.Object object_group,
org.omg.CosNaming.NameComponent[] the_location)
|
org.omg.CORBA.Object |
set_primary_member(org.omg.CORBA.Object object_group,
org.omg.CosNaming.NameComponent[] the_location)
|
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
, clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
_ids_list
static final java.lang.String[] _ids_list
_opsClass
private static final java.lang.Class _opsClass
_ObjectGroupManagerStub
public _ObjectGroupManagerStub()
_ids
public java.lang.String[] _ids()
- Overrides:
_ids
in class org.omg.CORBA.portable.ObjectImpl
create_member
public org.omg.CORBA.Object create_member(org.omg.CORBA.Object object_group,
org.omg.CosNaming.NameComponent[] the_location,
java.lang.String type_id,
Property[] the_criteria)
throws ObjectGroupNotFound,
MemberAlreadyPresent,
NoFactory,
ObjectNotCreated,
InvalidCriteria,
CannotMeetCriteria
- Specified by:
create_member
in interface ObjectGroupManagerOperations
add_member
public org.omg.CORBA.Object add_member(org.omg.CORBA.Object object_group,
org.omg.CosNaming.NameComponent[] the_location,
org.omg.CORBA.Object member)
throws ObjectGroupNotFound,
MemberAlreadyPresent,
ObjectNotAdded
- Specified by:
add_member
in interface ObjectGroupManagerOperations
remove_member
public org.omg.CORBA.Object remove_member(org.omg.CORBA.Object object_group,
org.omg.CosNaming.NameComponent[] the_location)
throws ObjectGroupNotFound,
MemberNotFound
- Specified by:
remove_member
in interface ObjectGroupManagerOperations
set_primary_member
public org.omg.CORBA.Object set_primary_member(org.omg.CORBA.Object object_group,
org.omg.CosNaming.NameComponent[] the_location)
throws ObjectGroupNotFound,
MemberNotFound,
PrimaryNotSet,
BadReplicationStyle
- Specified by:
set_primary_member
in interface ObjectGroupManagerOperations
locations_of_members
public org.omg.CosNaming.NameComponent[][] locations_of_members(org.omg.CORBA.Object object_group)
throws ObjectGroupNotFound
- Specified by:
locations_of_members
in interface ObjectGroupManagerOperations
get_object_group_id
public long get_object_group_id(org.omg.CORBA.Object object_group)
throws ObjectGroupNotFound
- Specified by:
get_object_group_id
in interface ObjectGroupManagerOperations
get_object_group_ref
public org.omg.CORBA.Object get_object_group_ref(org.omg.CORBA.Object object_group)
throws ObjectGroupNotFound
- Specified by:
get_object_group_ref
in interface ObjectGroupManagerOperations
get_group_ref
public org.omg.CORBA.Object get_group_ref(long group_id)
- Specified by:
get_group_ref
in interface ObjectGroupManagerOperations
get_member_ref
public org.omg.CORBA.Object get_member_ref(org.omg.CORBA.Object object_group,
org.omg.CosNaming.NameComponent[] loc)
throws ObjectGroupNotFound,
MemberNotFound
- Specified by:
get_member_ref
in interface ObjectGroupManagerOperations