4 * @file ClientRequestInfo.pidl
6 * @brief Pre-compiled ClientRequestInfo
9 #ifndef _CLIENT_REQUESTINFO_PIDL_
10 #define _CLIENT_REQUESTINFO_PIDL_
12 #include "tao/PI/RequestInfo.pidl"
13 #include "tao/orb_types.pidl"
14 #include "tao/Policy_Forward.pidl"
16 module PortableInterceptor {
18 typeprefix PortableInterceptor "omg.org";
20 local interface ClientRequestInfo : RequestInfo
22 readonly attribute Object target;
23 readonly attribute Object effective_target;
24 readonly attribute IOP::TaggedProfile effective_profile;
25 readonly attribute any received_exception;
26 readonly attribute CORBA::RepositoryId received_exception_id;
27 IOP::TaggedComponent get_effective_component (in IOP::ComponentId id);
28 IOP::TaggedComponentSeq get_effective_components (in IOP::ComponentId id);
29 CORBA::Policy get_request_policy (in CORBA::PolicyType type);
30 void add_request_service_context (
31 in IOP::ServiceContext service_context,
36 #endif /* _CLIENT_REQUESTINFO_PIDL_ */