TAO_PI
2.1.5
|
Pre-compiled IDL source for the PortableInterceptor components in the ORB. More...
Functions | |
void | send_poll (in ClientRequestInfo ri) |
void | receive_reply (in ClientRequestInfo ri) |
void | receive_exception (in ClientRequestInfo ri) raises (ForwardRequest) |
void | receive_other (in ClientRequestInfo ri) raises (ForwardRequest) |
Variables | |
module | PortableInterceptor |
local interface | ClientRequestInfo |
local interface | ClientRequestInterceptor |
Pre-compiled IDL source for the PortableInterceptor components in the ORB.
This file contains the interface definitions for "Portable" Interceptor support. The following is from orbos/99-12-02 Portable Interceptors spec, the full IDL is downloadable from orbos/99-12-02.
void receive_exception | ( | in ClientRequestInfo | ri | ) | raises (ForwardRequest) |
void receive_other | ( | in ClientRequestInfo | ri | ) | raises (ForwardRequest) |
void receive_reply | ( | in ClientRequestInfo | ri | ) |
void send_poll | ( | in ClientRequestInfo | ri | ) |
local interface ClientRequestInfo |
local interface ClientRequestInterceptor |
module PortableInterceptor |