org.omg.PortableInterceptor

Interface ClientRequestInfoOperations

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

public interface ClientRequestInfoOperations
extends RequestInfoOperations

Generated from IDL interface "ClientRequestInfo"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

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)
Any
received_exception()
java.lang.String
received_exception_id()
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, operation_context, reply_status, request_id, response_expected, result, sync_scope

Method Details

add_request_service_context

public void add_request_service_context(ServiceContext service_context,
                                        boolean replace)


effective_profile

public TaggedProfile effective_profile()


effective_target

public Object effective_target()


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)


received_exception

public Any received_exception()


received_exception_id

public java.lang.String received_exception_id()


target

public Object target()