org.omg.FT
Class ReplicationManagerPOA

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--org.omg.FT.ReplicationManagerPOA
All Implemented Interfaces:
GenericFactoryOperations, org.omg.CORBA.portable.InvokeHandler, ObjectGroupManagerOperations, PropertyManagerOperations, ReplicationManagerOperations
Direct Known Subclasses:
ReplicationManager_impl, ReplicationManagerPOATie

public abstract class ReplicationManagerPOA
extends org.omg.PortableServer.Servant
implements ReplicationManagerOperations, org.omg.CORBA.portable.InvokeHandler


Field Summary
private static java.lang.String[] _ids_list
           
private static java.util.Hashtable _ops_Hash
           
 
Fields inherited from class org.omg.PortableServer.Servant
_delegate, _hasGetInterface
 
Constructor Summary
ReplicationManagerPOA()
           
 
Method Summary
 java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa, byte[] objectId)
           
 org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName, org.omg.CORBA.portable.InputStream _is, org.omg.CORBA.portable.ResponseHandler handler)
           
 ReplicationManager _this()
           
 ReplicationManager _this(org.omg.CORBA.ORB orb)
           
(package private) static void ()
           
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _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
 
Methods inherited from interface org.omg.FT.ReplicationManagerOperations
add_fault_monitor, add_logging_recovery_c, get_fault_notifier, register_fault_notifier
 
Methods inherited from interface org.omg.FT.PropertyManagerOperations
get_default_properties, get_properties, get_type_properties, remove_default_properties, remove_type_properties, set_default_properties, set_properties_dynamically, set_type_properties
 
Methods inherited from interface org.omg.FT.ObjectGroupManagerOperations
add_member, create_member, get_group_ref, get_member_ref, get_object_group_id, get_object_group_ref, locations_of_members, remove_member, set_primary_member
 
Methods inherited from interface org.omg.FT.GenericFactoryOperations
activate_object, add_new_method_type_id_d, add_new_method_type_id_s, add_new_type_id, create_object, delete_object, get_load, install_gateway, modify_class_name_ti_ctr, modify_class_name_ti, modify_meth_type_id_add_exc, modify_meth_type_id_add_param, modify_meth_type_id_modify_exc, modify_meth_type_id_modify_param, modify_meth_type_id_modify_type, modify_meth_type_id_remove_exc, modify_meth_type_id_remove_param, remove_method_type_id, remove_type_id
 

Field Detail

_ids_list

private static java.lang.String[] _ids_list

_ops_Hash

private static java.util.Hashtable _ops_Hash
Constructor Detail

ReplicationManagerPOA

public ReplicationManagerPOA()
Method Detail

_this

public ReplicationManager _this()

_this

public ReplicationManager _this(org.omg.CORBA.ORB orb)

_all_interfaces

public java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa,
                                          byte[] objectId)
Overrides:
_all_interfaces in class org.omg.PortableServer.Servant

static void ()

_invoke

public org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName,
                                                   org.omg.CORBA.portable.InputStream _is,
                                                   org.omg.CORBA.portable.ResponseHandler handler)
Specified by:
_invoke in interface org.omg.CORBA.portable.InvokeHandler