org.omg.FT
Class GatewayForActiveReplPOATie

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--org.omg.FT.GatewayForActiveReplPOA
              |
              +--org.omg.FT.GatewayForActiveReplPOATie
All Implemented Interfaces:
GatewayForActiveReplOperations, org.omg.CORBA.portable.InvokeHandler

public class GatewayForActiveReplPOATie
extends GatewayForActiveReplPOA


Field Summary
private  org.omg.PortableServer.POA _poa
           
private  GatewayForActiveReplOperations _tie
           
 
Fields inherited from class org.omg.FT.GatewayForActiveReplPOA
_ids_list
 
Fields inherited from class org.omg.PortableServer.Servant
_delegate, _hasGetInterface
 
Constructor Summary
GatewayForActiveReplPOATie(GatewayForActiveReplOperations tieObject)
           
GatewayForActiveReplPOATie(GatewayForActiveReplOperations tieObject, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 GatewayForActiveReplOperations _delegate()
           
 void _delegate(GatewayForActiveReplOperations delegate_)
           
 void change_membership(org.omg.CORBA.Object[] new_memb, java.lang.String[] location)
           
 org.omg.CORBA.Object[] group_members()
           
 void init_membership(ObjectLocStr[] members)
           
 org.omg.CORBA.Any invoke(org.omg.CORBA.Object target, java.lang.String type_id, int ret_id, java.lang.String client_id, long req_start_time, java.lang.String oper, ParametersHolder args, org.omg.CORBA.TypeCode[] exc, boolean resp_exp, org.omg.CORBA.Any result)
           
 
Methods inherited from class org.omg.FT.GatewayForActiveReplPOA
_all_interfaces, _invoke, _this, _this
 
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
 

Field Detail

_tie

private GatewayForActiveReplOperations _tie

_poa

private org.omg.PortableServer.POA _poa
Constructor Detail

GatewayForActiveReplPOATie

public GatewayForActiveReplPOATie(GatewayForActiveReplOperations tieObject)

GatewayForActiveReplPOATie

public GatewayForActiveReplPOATie(GatewayForActiveReplOperations tieObject,
                                  org.omg.PortableServer.POA poa)
Method Detail

_delegate

public GatewayForActiveReplOperations _delegate()

_delegate

public void _delegate(GatewayForActiveReplOperations delegate_)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

invoke

public org.omg.CORBA.Any invoke(org.omg.CORBA.Object target,
                                java.lang.String type_id,
                                int ret_id,
                                java.lang.String client_id,
                                long req_start_time,
                                java.lang.String oper,
                                ParametersHolder args,
                                org.omg.CORBA.TypeCode[] exc,
                                boolean resp_exp,
                                org.omg.CORBA.Any result)

init_membership

public void init_membership(ObjectLocStr[] members)

change_membership

public void change_membership(org.omg.CORBA.Object[] new_memb,
                              java.lang.String[] location)

group_members

public org.omg.CORBA.Object[] group_members()