org.omg.PortableInterceptor
インタフェース ClientRequestInfoOperations

すべてのスーパーインタフェース:
RequestInfoOperations
既知のサブインタフェースの一覧:
ClientRequestInfo

public interface ClientRequestInfoOperations
extends RequestInfoOperations


メソッドの概要
 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()
           
 
インタフェース 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
 

メソッドの詳細

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)