1 package org.omg.PortableInterceptor; 2 3 4 10 11 12 25 public interface ORBInitInfoOperations 26 { 27 28 32 String [] arguments (); 33 34 37 String orb_id (); 38 39 48 org.omg.IOP.CodecFactory codec_factory (); 49 50 61 void register_initial_reference (String id, org.omg.CORBA.Object obj) throws org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName ; 62 63 76 org.omg.CORBA.Object resolve_initial_references (String id) throws org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName ; 77 78 87 void add_client_request_interceptor (org.omg.PortableInterceptor.ClientRequestInterceptor interceptor) throws org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName ; 88 89 97 void add_server_request_interceptor (org.omg.PortableInterceptor.ServerRequestInterceptor interceptor) throws org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName ; 98 99 106 void add_ior_interceptor (org.omg.PortableInterceptor.IORInterceptor interceptor) throws org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName ; 107 108 120 int allocate_slot_id (); 121 122 133 void register_policy_factory (int type, org.omg.PortableInterceptor.PolicyFactory policy_factory); 134 } | Popular Tags |