TAO_PI  2.5.0
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

◆ contexts

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

◆ exceptions

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

◆ forward_reference

readonly attribute Object PortableInterceptor::RequestInfo::forward_reference

◆ operation

readonly attribute string PortableInterceptor::RequestInfo::operation

◆ operation_context

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

◆ reply_status

readonly attribute ReplyStatus PortableInterceptor::RequestInfo::reply_status

◆ request_id

readonly attribute unsigned long PortableInterceptor::RequestInfo::request_id

◆ response_expected

readonly attribute boolean PortableInterceptor::RequestInfo::response_expected

◆ result

readonly attribute any PortableInterceptor::RequestInfo::result

◆ sync_scope

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

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