TAO_PI  2.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
RequestInfo.pidl File Reference

Pre-compiled RequestInfo. More...

#include "tao/PI_Forward.pidl"
#include "tao/AnyTypeCode/Dynamic.pidl"
#include "tao/Messaging_SyncScope.pidl"
#include "tao/PI/InvalidSlot.pidl"
#include "tao/IOP.pidl"

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)
 

Variables

module PortableInterceptor
 
local interface RequestInfo
 
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
 

Detailed Description

Pre-compiled RequestInfo.

Id:
RequestInfo.pidl 92104 2010-09-30 09:53:25Z johnnyw

Function Documentation

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

Variable Documentation

readonly attribute Dynamic::ParameterList arguments
readonly attribute Dynamic::ContextList contexts
readonly attribute Dynamic::ExceptionList exceptions
readonly attribute Object forward_reference
readonly attribute string operation
readonly attribute Dynamic::RequestContext operation_context
module PortableInterceptor
Initial value:
{
typeprefix PortableInterceptor "omg.org"
readonly attribute ReplyStatus reply_status
local interface RequestInfo
Initial value:
{
readonly attribute unsigned long request_id
readonly attribute boolean response_expected
readonly attribute any result
readonly attribute Messaging::SyncScope sync_scope