TAO 4.0.1
Loading...
Searching...
No Matches
Typedefs | Functions | Variables
PortableInterceptor Namespace Reference

Typedefs

typedef ClientRequestInterceptor * ClientRequestInterceptor_ptr
 
typedef CORBA::Short ReplyStatus
 
typedef IORInterceptor * IORInterceptor_ptr
 
typedef IORInfo * IORInfo_ptr
 
typedef ORBInitializer * ORBInitializer_ptr
 
typedef CORBA::ULong SlotId
 
typedef string ServerId
 
typedef string ORBId
 
typedef CORBA::StringSeq AdapterName
 
typedef CORBA::OctetSeq ObjectId
 
typedef string AdapterManagerId
 
typedef short AdapterState
 
typedef PolicyFactory * PolicyFactory_ptr
 
typedef ServerRequestInterceptor * ServerRequestInterceptor_ptr
 

Functions

void register_orb_initializer (ORBInitializer_ptr init)
 

Variables

typeprefix PortableInterceptor omg org
 
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
 

Typedef Documentation

◆ AdapterManagerId

◆ AdapterName

◆ AdapterState

◆ ClientRequestInterceptor_ptr

typedef ClientRequestInterceptor* PortableInterceptor::ClientRequestInterceptor_ptr

◆ IORInfo_ptr

◆ IORInterceptor_ptr

typedef IORInterceptor * PortableInterceptor::IORInterceptor_ptr

◆ ObjectId

◆ ORBId

◆ ORBInitializer_ptr

typedef ORBInitializer * PortableInterceptor::ORBInitializer_ptr

◆ PolicyFactory_ptr

◆ ReplyStatus

◆ ServerId

◆ ServerRequestInterceptor_ptr

typedef ServerRequestInterceptor* PortableInterceptor::ServerRequestInterceptor_ptr

◆ SlotId

typedef unsigned long PortableInterceptor::SlotId

Function Documentation

◆ register_orb_initializer()

void PortableInterceptor::register_orb_initializer ( ORBInitializer_ptr init)

Register an ORBInitializer with the global ORBInitializer table.

Variable Documentation

◆ ACTIVE

const AdapterState PortableInterceptor::ACTIVE = 1

◆ DISCARDING

const AdapterState PortableInterceptor::DISCARDING = 2

◆ HOLDING

const AdapterState PortableInterceptor::HOLDING = 0

◆ INACTIVE

const AdapterState PortableInterceptor::INACTIVE = 3

◆ LOCATION_FORWARD

const ReplyStatus PortableInterceptor::LOCATION_FORWARD = 3

◆ NON_EXISTENT

const AdapterState PortableInterceptor::NON_EXISTENT = 4

◆ org

typeprefix PortableInterceptor omg PortableInterceptor::org

◆ SUCCESSFUL

const ReplyStatus PortableInterceptor::SUCCESSFUL = 0

◆ SYSTEM_EXCEPTION

const ReplyStatus PortableInterceptor::SYSTEM_EXCEPTION = 1

◆ TRANSPORT_RETRY

const ReplyStatus PortableInterceptor::TRANSPORT_RETRY = 4

◆ UNKNOWN

const ReplyStatus PortableInterceptor::UNKNOWN = 5

◆ USER_EXCEPTION

const ReplyStatus PortableInterceptor::USER_EXCEPTION = 2