TAO  2.3.2
Typedefs | Functions | Variables
PortableInterceptor Namespace Reference

Typedefs

typedef ClientRequestInterceptor * ClientRequestInterceptor_ptr
 
typedef CORBA::Short ReplyStatus
 
typedef IORInterceptor * IORInterceptor_ptr
 
typedef IORInfo * IORInfo_ptr
 
typedef ServerRequestInterceptor * ServerRequestInterceptor_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
 

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

typedef ClientRequestInterceptor * PortableInterceptor::ClientRequestInterceptor_ptr
typedef IORInterceptor * PortableInterceptor::IORInterceptor_ptr
typedef ORBInitializer * PortableInterceptor::ORBInitializer_ptr
typedef ServerRequestInterceptor * PortableInterceptor::ServerRequestInterceptor_ptr
typedef unsigned long PortableInterceptor::SlotId

Function Documentation

void PortableInterceptor::register_orb_initializer ( ORBInitializer_ptr  init)

Register an ORBInitializer with the global ORBInitializer table.

Variable Documentation

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