KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableInterceptor > ORBInitInfoOperations

org.omg.PortableInterceptor
Interface ORBInitInfoOperations

All Known Subinterfaces:
ORBInitInfo
See Also:
Source Code, ORBInitializer

void add_client_request_interceptor(ClientRequestInterceptor interceptor)
                                    throws DuplicateName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void add_ior_interceptor(IORInterceptor interceptor)
                         throws DuplicateName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void add_server_request_interceptor(ServerRequestInterceptor interceptor)
                                    throws DuplicateName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int allocate_slot_id()
See Also:
Current
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String[] arguments()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


CodecFactory codec_factory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String orb_id()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void register_initial_reference(String id,
                                Object obj)
                                throws InvalidName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void register_policy_factory(int type,
                             PolicyFactory policy_factory)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object resolve_initial_references(String id)
                                  throws InvalidName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags