org.apache.yoko.orb.OBPortableInterceptor
Class ORBInitInfo_impl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.apache.yoko.orb.OBPortableInterceptor.ORBInitInfo_impl
All Implemented Interfaces:
Serializable, Object, IDLEntity, ORBInitInfo, ORBInitInfoOperations

public final class ORBInitInfo_impl
extends LocalObject
implements ORBInitInfo

See Also:
Serialized Form

Constructor Summary
ORBInitInfo_impl(ORB orb, String[] args, String id, PIManager manager, InitialServiceManager initServiceManager, CodecFactory codecFactory)
           
 
Method Summary
 void _OB_destroy()
           
 void add_client_request_interceptor(ClientRequestInterceptor i)
           
 void add_ior_interceptor(IORInterceptor i)
           
 void add_server_request_interceptor(ServerRequestInterceptor i)
           
 int allocate_slot_id()
           
 String[] arguments()
           
 CodecFactory codec_factory()
           
 String orb_id()
           
 ORB orb()
          This ORB.
 void register_initial_reference(String name, Object obj)
           
 void register_policy_factory(int type, PolicyFactory factory)
           
 Object resolve_initial_references(String name)
           
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

ORBInitInfo_impl

public ORBInitInfo_impl(ORB orb,
                        String[] args,
                        String id,
                        PIManager manager,
                        InitialServiceManager initServiceManager,
                        CodecFactory codecFactory)
Method Detail

arguments

public String[] arguments()
Specified by:
arguments in interface ORBInitInfoOperations

orb_id

public String orb_id()
Specified by:
orb_id in interface ORBInitInfoOperations

codec_factory

public CodecFactory codec_factory()
Specified by:
codec_factory in interface ORBInitInfoOperations

register_initial_reference

public void register_initial_reference(String name,
                                       Object obj)
                                throws InvalidName
Specified by:
register_initial_reference in interface ORBInitInfoOperations
Throws:
InvalidName

resolve_initial_references

public Object resolve_initial_references(String name)
                                  throws InvalidName
Specified by:
resolve_initial_references in interface ORBInitInfoOperations
Throws:
InvalidName

add_client_request_interceptor

public void add_client_request_interceptor(ClientRequestInterceptor i)
                                    throws DuplicateName
Specified by:
add_client_request_interceptor in interface ORBInitInfoOperations
Throws:
DuplicateName

add_server_request_interceptor

public void add_server_request_interceptor(ServerRequestInterceptor i)
                                    throws DuplicateName
Specified by:
add_server_request_interceptor in interface ORBInitInfoOperations
Throws:
DuplicateName

add_ior_interceptor

public void add_ior_interceptor(IORInterceptor i)
                         throws DuplicateName
Specified by:
add_ior_interceptor in interface ORBInitInfoOperations
Throws:
DuplicateName

allocate_slot_id

public int allocate_slot_id()
Specified by:
allocate_slot_id in interface ORBInitInfoOperations

register_policy_factory

public void register_policy_factory(int type,
                                    PolicyFactory factory)
Specified by:
register_policy_factory in interface ORBInitInfoOperations

orb

public ORB orb()
Description copied from interface: ORBInitInfoOperations
This ORB.


_OB_destroy

public void _OB_destroy()


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