TAO_PI_Server  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
ServerRequestInterceptor.pidl File Reference

Pre-compiled IDL source for the PortableInterceptor components in the ORB. More...

#include "tao/PI/Interceptor.pidl"
#include "tao/PI/PI_include.pidl"
#include "tao/OctetSeq.pidl"

Functions

local interface out
CORBA::OctetSeq os 
raises (ForwardRequest)
 
void receive_request_service_contexts (in ServerRequestInfo ri) raises (ForwardRequest)
 
void receive_request (in ServerRequestInfo ri) raises (ForwardRequest)
 
void send_reply (in ServerRequestInfo ri)
 
void send_exception (in ServerRequestInfo ri) raises (ForwardRequest)
 
void send_other (in ServerRequestInfo ri) raises (ForwardRequest)
 

Variables

module PortableInterceptor
 
local interface ServerRequestInfo
 
local interface ServerRequestInterceptor
 

Detailed Description

Pre-compiled IDL source for the PortableInterceptor components in the ORB.

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

Function Documentation

local interface out CORBA::OctetSeq os raises ( ForwardRequest  )
void receive_request ( in ServerRequestInfo  ri)
raises (ForwardRequest
)
void receive_request_service_contexts ( in ServerRequestInfo  ri)
raises (ForwardRequest
)
void send_exception ( in ServerRequestInfo  ri)
raises (ForwardRequest
)
void send_other ( in ServerRequestInfo  ri)
raises (ForwardRequest
)
void send_reply ( in ServerRequestInfo  ri)

Variable Documentation

module PortableInterceptor
Initial value:
{
typeprefix PortableInterceptor "omg.org"
module PortableInterceptor
Definition: ServerRequestInterceptor.pidl:19
local interface ServerRequestInfo
local interface ServerRequestInterceptor