TAO_PI 4.0.2
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PortableInterceptor::RequestInfo Interface Reference

import <RequestInfo.pidl;

Inheritance diagram for PortableInterceptor::RequestInfo:
Inheritance graph
[legend]

Public Member Functions

any get_slot (in SlotId id) raises (InvalidSlot)
 
IOP::ServiceContext get_request_service_context (in IOP::ServiceId id)
 
IOP::ServiceContext get_reply_service_context (in IOP::ServiceId id)
 

Public Attributes

readonly attribute unsigned long request_id
 
readonly attribute string operation
 
readonly attribute Dynamic::ParameterList arguments
 
readonly attribute Dynamic::ExceptionList exceptions
 
readonly attribute Dynamic::ContextList contexts
 
readonly attribute Dynamic::RequestContext operation_context
 
readonly attribute any result
 
readonly attribute boolean response_expected
 
readonly attribute Messaging::SyncScope sync_scope
 
readonly attribute ReplyStatus reply_status
 
readonly attribute Object forward_reference
 

Member Function Documentation

◆ get_reply_service_context()

IOP::ServiceContext PortableInterceptor::RequestInfo::get_reply_service_context ( in IOP::ServiceId id)

◆ get_request_service_context()

IOP::ServiceContext PortableInterceptor::RequestInfo::get_request_service_context ( in IOP::ServiceId id)

◆ get_slot()

any PortableInterceptor::RequestInfo::get_slot ( in SlotId id)
raises (InvalidSlot )

Member Data Documentation

◆ arguments

readonly attribute Dynamic::ParameterList PortableInterceptor::RequestInfo::arguments

Implemented in TAO_ClientRequestInfo.

◆ contexts

readonly attribute Dynamic::ContextList PortableInterceptor::RequestInfo::contexts

Implemented in TAO_ClientRequestInfo.

◆ exceptions

readonly attribute Dynamic::ExceptionList PortableInterceptor::RequestInfo::exceptions

Implemented in TAO_ClientRequestInfo.

◆ forward_reference

readonly attribute Object PortableInterceptor::RequestInfo::forward_reference

Implemented in TAO_ClientRequestInfo.

◆ operation

readonly attribute string PortableInterceptor::RequestInfo::operation

Implemented in TAO_ClientRequestInfo.

◆ operation_context

readonly attribute Dynamic::RequestContext PortableInterceptor::RequestInfo::operation_context

Implemented in TAO_ClientRequestInfo.

◆ reply_status

readonly attribute ReplyStatus PortableInterceptor::RequestInfo::reply_status

Implemented in TAO_ClientRequestInfo.

◆ request_id

readonly attribute unsigned long PortableInterceptor::RequestInfo::request_id

Implemented in TAO_ClientRequestInfo.

◆ response_expected

readonly attribute boolean PortableInterceptor::RequestInfo::response_expected

Implemented in TAO_ClientRequestInfo.

◆ result

readonly attribute any PortableInterceptor::RequestInfo::result

Implemented in TAO_ClientRequestInfo.

◆ sync_scope

readonly attribute Messaging::SyncScope PortableInterceptor::RequestInfo::sync_scope

Implemented in TAO_ClientRequestInfo.


The documentation for this interface was generated from the following file: