TAO  2.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Variables
PortableInterceptor.pidl File Reference

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

#include "tao/PI_Forward.pidl"
#include "tao/Messaging_SyncScope.pidl"

Variables

module PortableInterceptor
 
const AdapterState HOLDING = 0
 
const AdapterState ACTIVE = 1
 
const AdapterState DISCARDING = 2
 
const AdapterState INACTIVE = 3
 
const AdapterState NON_EXISTENT = 4
 
const ReplyStatus SUCCESSFUL = 0
 
const ReplyStatus SYSTEM_EXCEPTION = 1
 
const ReplyStatus USER_EXCEPTION = 2
 
const ReplyStatus LOCATION_FORWARD = 3
 
const ReplyStatus TRANSPORT_RETRY = 4
 
const ReplyStatus UNKNOWN = 5
 

Detailed Description

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

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

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.

Additional updates from ptc/00-08-05 are also included. Changes include:

Variable Documentation

const AdapterState ACTIVE = 1
const AdapterState DISCARDING = 2
const AdapterState HOLDING = 0
const AdapterState INACTIVE = 3
const ReplyStatus LOCATION_FORWARD = 3
const AdapterState NON_EXISTENT = 4
module PortableInterceptor
Initial value:
{
typeprefix PortableInterceptor "omg.org"
const ReplyStatus SUCCESSFUL = 0
const ReplyStatus SYSTEM_EXCEPTION = 1
const ReplyStatus TRANSPORT_RETRY = 4
const ReplyStatus UNKNOWN = 5
const ReplyStatus USER_EXCEPTION = 2