org.omg.PortableInterceptor
Class ORBInitInfoLocalTie
java.lang.Object
org.omg.CORBA.LocalObject
org.omg.PortableInterceptor._ORBInitInfoLocalBase
org.omg.PortableInterceptor.ORBInitInfoLocalTie
- All Implemented Interfaces:
- Serializable, LocalInterface, Object, IDLEntity, ORBInitInfo, ORBInitInfoOperations
public class ORBInitInfoLocalTie
- extends _ORBInitInfoLocalBase
Generated from IDL interface "ORBInitInfo".
- Version:
- generated at Jun 18, 2012 10:37:54 AM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
- See Also:
- Serialized Form
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 |
ORBInitInfoLocalTie
public ORBInitInfoLocalTie(ORBInitInfoOperations delegate)
_delegate
public ORBInitInfoOperations _delegate()
_delegate
public void _delegate(ORBInitInfoOperations delegate)
resolve_initial_references
public Object resolve_initial_references(String id)
throws InvalidName
- Throws:
InvalidName
add_client_request_interceptor
public void add_client_request_interceptor(ClientRequestInterceptor interceptor)
throws DuplicateName
- Throws:
DuplicateName
add_ior_interceptor
public void add_ior_interceptor(IORInterceptor interceptor)
throws DuplicateName
- Throws:
DuplicateName
orb_id
public String orb_id()
codec_factory
public CodecFactory codec_factory()
arguments
public String[] arguments()
allocate_slot_id
public int allocate_slot_id()
add_server_request_interceptor
public void add_server_request_interceptor(ServerRequestInterceptor interceptor)
throws DuplicateName
- Throws:
DuplicateName
register_policy_factory
public void register_policy_factory(int type,
PolicyFactory policy_factory)
register_initial_reference
public void register_initial_reference(String id,
Object obj)
throws InvalidName
- Throws:
InvalidName
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.