KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.PortableInterceptor
Interface ServerRequestInfoOperations

All Superinterfaces:
RequestInfoOperations
All Known Subinterfaces:
ServerRequestInfo
See Also:
Source Code, ServerRequestInterceptor

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


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


void add_reply_service_context(ServiceContext service_context,
                               boolean replace)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Policy get_server_policy(int type)
See Also:
ORBInitInfoOperations.register_policy_factory(int, org.omg.PortableInterceptor.PolicyFactory)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] object_id()
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  


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


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


void set_slot(int id,
              Any data)
              throws InvalidSlot
See Also:
Current
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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

Popular Tags