org.omg.PortableInterceptor
Interface ClientRequestInfoOperations

All Superinterfaces:
RequestInfoOperations
All Known Subinterfaces:
ClientRequestInfo
All Known Implementing Classes:
ClientRequestInfoImpl

public interface ClientRequestInfoOperations
extends RequestInfoOperations

Generated from IDL interface "ClientRequestInfo"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 void add_request_service_context(ServiceContext service_context, boolean replace)
           
 TaggedProfile effective_profile()
           
 Object effective_target()
           
 TaggedComponent get_effective_component(int id)
           
 TaggedComponent[] get_effective_components(int id)
           
 Policy get_request_policy(int type)
           
 java.lang.String received_exception_id()
           
 Any received_exception()
           
 Object target()
           
 
Methods inherited from interface org.omg.PortableInterceptor.RequestInfoOperations
arguments, contexts, exceptions, forward_reference, get_reply_service_context, get_request_service_context, get_slot, operation_context, operation, reply_status, request_id, response_expected, result, sync_scope
 

Method Detail

target

public Object target()

effective_target

public Object effective_target()

effective_profile

public TaggedProfile effective_profile()

received_exception

public Any received_exception()

received_exception_id

public java.lang.String received_exception_id()

get_effective_component

public TaggedComponent get_effective_component(int id)

get_effective_components

public TaggedComponent[] get_effective_components(int id)

get_request_policy

public Policy get_request_policy(int type)

add_request_service_context

public void add_request_service_context(ServiceContext service_context,
                                        boolean replace)