org.omg.FT
Class ObjectGroupManagerPOATie
java.lang.Object
|
+--org.omg.PortableServer.Servant
|
+--org.omg.FT.ObjectGroupManagerPOA
|
+--org.omg.FT.ObjectGroupManagerPOATie
- All Implemented Interfaces:
- org.omg.CORBA.portable.InvokeHandler, ObjectGroupManagerOperations
- public class ObjectGroupManagerPOATie
- extends ObjectGroupManagerPOA
Fields inherited from class org.omg.PortableServer.Servant |
_delegate, _hasGetInterface |
Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
_tie
private ObjectGroupManagerOperations _tie
_poa
private org.omg.PortableServer.POA _poa
ObjectGroupManagerPOATie
public ObjectGroupManagerPOATie(ObjectGroupManagerOperations tieObject)
ObjectGroupManagerPOATie
public ObjectGroupManagerPOATie(ObjectGroupManagerOperations tieObject,
org.omg.PortableServer.POA poa)
_delegate
public ObjectGroupManagerOperations _delegate()
_delegate
public void _delegate(ObjectGroupManagerOperations delegate_)
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA
in class org.omg.PortableServer.Servant
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
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
remove_member
public org.omg.CORBA.Object remove_member(org.omg.CORBA.Object object_group,
org.omg.CosNaming.NameComponent[] the_location)
throws ObjectGroupNotFound,
MemberNotFound
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
locations_of_members
public org.omg.CosNaming.NameComponent[][] locations_of_members(org.omg.CORBA.Object object_group)
throws ObjectGroupNotFound
get_object_group_id
public long get_object_group_id(org.omg.CORBA.Object object_group)
throws ObjectGroupNotFound
get_object_group_ref
public org.omg.CORBA.Object get_object_group_ref(org.omg.CORBA.Object object_group)
throws ObjectGroupNotFound
get_group_ref
public org.omg.CORBA.Object get_group_ref(long group_id)
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