org.omg.PortableServer
Class ServantLocatorPOA

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.PortableServer.ServantLocatorPOA
All Implemented Interfaces:
Serializable, Object, IDLEntity, ServantLocator, ServantLocatorOperations, ServantManager, ServantManagerOperations

public abstract class ServantLocatorPOA
extends Servant
implements ServantLocator

See Also:
Serialized Form

Constructor Summary
ServantLocatorPOA()
           
 
Method Summary
 String[] _all_interfaces(POA poa, byte[] objectId)
           
 Request _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Object _duplicate()
           
 DomainManager[] _get_domain_managers()
           
 Object _get_interface_def()
           
 InterfaceDef _get_interface()
          Deprecated. Deprecated by CORBA 2.3.
 Policy _get_policy(int policy_type)
           
 int _hash(int maximum)
           
 boolean _is_a(String repository_id)
           
 boolean _is_equivalent(Object rhs)
           
 boolean _non_existent()
           
 void _release()
           
 Request _request(String operation)
           
 Object _set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 ServantLocator _this()
           
 ServantLocator _this(ORB orb)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.PortableServer.ServantLocatorOperations
postinvoke, preinvoke
 

Constructor Detail

ServantLocatorPOA

public ServantLocatorPOA()
Method Detail

_this

public ServantLocator _this()

_this

public ServantLocator _this(ORB orb)

_all_interfaces

public String[] _all_interfaces(POA poa,
                                byte[] objectId)
Specified by:
_all_interfaces in class Servant

_is_a

public boolean _is_a(String repository_id)
Specified by:
_is_a in interface Object
Overrides:
_is_a in class Servant

_is_equivalent

public boolean _is_equivalent(Object rhs)
Specified by:
_is_equivalent in interface Object

_non_existent

public boolean _non_existent()
Specified by:
_non_existent in interface Object
Overrides:
_non_existent in class Servant

_hash

public int _hash(int maximum)
Specified by:
_hash in interface Object

_duplicate

public Object _duplicate()
Specified by:
_duplicate in interface Object

_release

public void _release()
Specified by:
_release in interface Object

_get_interface

public InterfaceDef _get_interface()
Deprecated. Deprecated by CORBA 2.3.

Specified by:
_get_interface in interface Object
Overrides:
_get_interface in class Servant

_get_interface_def

public Object _get_interface_def()
Specified by:
_get_interface_def in interface Object
Overrides:
_get_interface_def in class Servant

_request

public Request _request(String operation)
Specified by:
_request in interface Object

_create_request

public Request _create_request(Context ctx,
                               String operation,
                               NVList arg_list,
                               NamedValue result)
Specified by:
_create_request in interface Object

_create_request

public Request _create_request(Context ctx,
                               String operation,
                               NVList arg_list,
                               NamedValue result,
                               ExceptionList excepts,
                               ContextList contexts)
Specified by:
_create_request in interface Object

_get_policy

public Policy _get_policy(int policy_type)
Specified by:
_get_policy in interface Object

_set_policy_override

public Object _set_policy_override(Policy[] policies,
                                   SetOverrideType set_add)
Specified by:
_set_policy_override in interface Object

_get_domain_managers

public DomainManager[] _get_domain_managers()
Specified by:
_get_domain_managers in interface Object


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.