Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PortableInterceptor Namespace Reference


Classes

interface  PortableInterceptor::ClientRequestInfo
exception  PortableInterceptor::InvalidSlot
interface  PortableInterceptor::ORBInitializer
interface  PortableInterceptor::ORBInitInfo
exception  PortableInterceptor::ORBInitInfo::DuplicateName
exception  PortableInterceptor::ORBInitInfo::InvalidName
interface  PortableInterceptor::PolicyFactory
interface  PortableInterceptor::Interceptor
exception  PortableInterceptor::ForwardRequest
interface  PortableInterceptor::Current
interface  PortableInterceptor::ClientRequestInterceptor
interface  PortableInterceptor::ServerRequestInterceptor
interface  PortableInterceptor::RequestInfo
interface  PortableInterceptor::ServerRequestInfo

Typedefs

typedef ClientRequestInfoClientRequestInfo_ptr
typedef TAO_Objref_Var_T<
ClientRequestInfo
ClientRequestInfo_var
typedef TAO_Objref_Out_T<
ClientRequestInfo
ClientRequestInfo_out
typedef InterceptorInterceptor_ptr
typedef IORInterceptor * IORInterceptor_ptr
typedef IORInfo * IORInfo_ptr
typedef ORBInitializerORBInitializer_ptr
typedef TAO_Objref_Var_T<
ORBInitializer
ORBInitializer_var
typedef ORBInitInfoORBInitInfo_ptr
typedef TAO_Objref_Var_T<
ORBInitInfo
ORBInitInfo_var
typedef TAO_Objref_Out_T<
ORBInitInfo
ORBInitInfo_out
typedef TAO_Objref_Out_T<
ORBInitializer
ORBInitializer_out
typedef ClientRequestInterceptorClientRequestInterceptor_ptr
typedef TAO_Objref_Var_T<
ClientRequestInterceptor
ClientRequestInterceptor_var
typedef TAO_Objref_Out_T<
ClientRequestInterceptor
ClientRequestInterceptor_out
typedef ServerRequestInterceptorServerRequestInterceptor_ptr
typedef TAO_Objref_Var_T<
ServerRequestInterceptor
ServerRequestInterceptor_var
typedef TAO_Objref_Out_T<
ServerRequestInterceptor
ServerRequestInterceptor_out
typedef TAO_Objref_Var_T<
IORInterceptor > 
IORInterceptor_var
typedef TAO_Objref_Out_T<
IORInterceptor > 
IORInterceptor_out
typedef PolicyFactoryPolicyFactory_ptr
typedef TAO_Objref_Var_T<
PolicyFactory
PolicyFactory_var
typedef TAO_Objref_Out_T<
PolicyFactory
PolicyFactory_out
typedef string ServerId
typedef string ORBId
typedef CORBA::StringSeq AdapterName
typedef CORBA::OctetSeq ObjectId
typedef long AdapterManagerId
typedef short AdapterState
typedef unsigned long SlotId
typedef short ReplyStatus
typedef CORBA::String_var ServerId_var
typedef CORBA::String_out ServerId_out
typedef CORBA::String_var ORBId_var
typedef CORBA::String_out ORBId_out
typedef CORBA::StringSeq_var AdapterName_var
typedef CORBA::StringSeq_out AdapterName_out
typedef CORBA::OctetSeq_var ObjectId_var
typedef CORBA::OctetSeq_out ObjectId_out
typedef CORBA::Long_out AdapterManagerId_out
typedef CORBA::Short_out AdapterState_out
typedef CORBA::ULong_out SlotId_out
typedef CORBA::Short_out ReplyStatus_out
typedef TAO_Objref_Var_T<
Interceptor
Interceptor_var
typedef TAO_Objref_Out_T<
Interceptor
Interceptor_out
typedef CurrentCurrent_ptr
typedef TAO_Objref_Var_T<
Current
Current_var
typedef TAO_Objref_Out_T<
Current
Current_out
typedef RequestInfoRequestInfo_ptr
typedef TAO_Objref_Var_T<
RequestInfo
RequestInfo_var
typedef TAO_Objref_Out_T<
RequestInfo
RequestInfo_out
typedef ServerRequestInfoServerRequestInfo_ptr
typedef TAO_Objref_Var_T<
ServerRequestInfo
ServerRequestInfo_var
typedef TAO_Objref_Out_T<
ServerRequestInfo
ServerRequestInfo_out

Functions

TAO_Export void register_orb_initializer (ORBInitializer_ptr init ACE_ENV_ARG_DECL_WITH_DEFAULTS)

Variables

typeprefix PortableInterceptor
omg 
org
::CORBA::TypeCode_ptr const _tc_ClientRequestInfo
::CORBA::TypeCode_ptr const _tc_InvalidSlot
::CORBA::TypeCode_ptr const _tc_ORBInitializer
::CORBA::TypeCode_ptr const _tc_ORBInitInfo
::CORBA::TypeCode_ptr const _tc_ServerId
::CORBA::TypeCode_ptr const _tc_ORBId
::CORBA::TypeCode_ptr const _tc_AdapterName
::CORBA::TypeCode_ptr const _tc_ObjectId
::CORBA::TypeCode_ptr const _tc_AdapterManagerId
::CORBA::TypeCode_ptr const _tc_AdapterState
::CORBA::TypeCode_ptr const _tc_SlotId
::CORBA::TypeCode_ptr const _tc_ReplyStatus
::CORBA::TypeCode_ptr const _tc_PolicyFactory
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
::CORBA::TypeCode_ptr const _tc_Interceptor
::CORBA::TypeCode_ptr const _tc_ForwardRequest
::CORBA::TypeCode_ptr const _tc_Current
::CORBA::TypeCode_ptr const _tc_ClientRequestInterceptor
::CORBA::TypeCode_ptr const _tc_ServerRequestInterceptor
::CORBA::TypeCode_ptr const _tc_RequestInfo
::CORBA::TypeCode_ptr const _tc_ServerRequestInfo


Typedef Documentation

typedef CORBA::Long PortableInterceptor::AdapterManagerId
 

typedef CORBA::Long_out PortableInterceptor::AdapterManagerId_out
 

typedef CORBA::StringSeq PortableInterceptor::AdapterName
 

typedef CORBA::StringSeq_out PortableInterceptor::AdapterName_out
 

typedef CORBA::StringSeq_var PortableInterceptor::AdapterName_var
 

typedef CORBA::Short PortableInterceptor::AdapterState
 

typedef CORBA::Short_out PortableInterceptor::AdapterState_out
 

typedef TAO_Objref_Out_T< ClientRequestInfo > PortableInterceptor::ClientRequestInfo_out
 

typedef ClientRequestInfo* PortableInterceptor::ClientRequestInfo_ptr
 

typedef TAO_Objref_Var_T< ClientRequestInfo > PortableInterceptor::ClientRequestInfo_var
 

typedef TAO_Objref_Out_T< ClientRequestInterceptor > PortableInterceptor::ClientRequestInterceptor_out
 

typedef ClientRequestInterceptor* PortableInterceptor::ClientRequestInterceptor_ptr
 

typedef TAO_Objref_Var_T< ClientRequestInterceptor > PortableInterceptor::ClientRequestInterceptor_var
 

typedef TAO_Objref_Out_T< Current > PortableInterceptor::Current_out
 

typedef Current* PortableInterceptor::Current_ptr
 

typedef TAO_Objref_Var_T< Current > PortableInterceptor::Current_var
 

typedef TAO_Objref_Out_T< Interceptor > PortableInterceptor::Interceptor_out
 

typedef Interceptor * PortableInterceptor::Interceptor_ptr
 

typedef TAO_Objref_Var_T< Interceptor > PortableInterceptor::Interceptor_var
 

typedef IORInfo* PortableInterceptor::IORInfo_ptr
 

typedef TAO_Objref_Out_T< IORInterceptor > PortableInterceptor::IORInterceptor_out
 

typedef IORInterceptor * PortableInterceptor::IORInterceptor_ptr
 

typedef TAO_Objref_Var_T< IORInterceptor > PortableInterceptor::IORInterceptor_var
 

typedef CORBA::OctetSeq PortableInterceptor::ObjectId
 

typedef CORBA::OctetSeq_out PortableInterceptor::ObjectId_out
 

typedef CORBA::OctetSeq_var PortableInterceptor::ObjectId_var
 

typedef char * PortableInterceptor::ORBId
 

typedef CORBA::String_out PortableInterceptor::ORBId_out
 

typedef CORBA::String_var PortableInterceptor::ORBId_var
 

typedef TAO_Objref_Out_T< ORBInitializer > PortableInterceptor::ORBInitializer_out
 

typedef ORBInitializer * PortableInterceptor::ORBInitializer_ptr
 

typedef TAO_Objref_Var_T< ORBInitializer > PortableInterceptor::ORBInitializer_var
 

typedef TAO_Objref_Out_T< ORBInitInfo > PortableInterceptor::ORBInitInfo_out
 

typedef ORBInitInfo * PortableInterceptor::ORBInitInfo_ptr
 

typedef TAO_Objref_Var_T< ORBInitInfo > PortableInterceptor::ORBInitInfo_var
 

typedef TAO_Objref_Out_T< PolicyFactory > PortableInterceptor::PolicyFactory_out
 

typedef PolicyFactory * PortableInterceptor::PolicyFactory_ptr
 

typedef TAO_Objref_Var_T< PolicyFactory > PortableInterceptor::PolicyFactory_var
 

typedef CORBA::Short PortableInterceptor::ReplyStatus
 

typedef CORBA::Short_out PortableInterceptor::ReplyStatus_out
 

typedef TAO_Objref_Out_T< RequestInfo > PortableInterceptor::RequestInfo_out
 

typedef RequestInfo* PortableInterceptor::RequestInfo_ptr
 

typedef TAO_Objref_Var_T< RequestInfo > PortableInterceptor::RequestInfo_var
 

typedef char * PortableInterceptor::ServerId
 

typedef CORBA::String_out PortableInterceptor::ServerId_out
 

typedef CORBA::String_var PortableInterceptor::ServerId_var
 

typedef TAO_Objref_Out_T< ServerRequestInfo > PortableInterceptor::ServerRequestInfo_out
 

typedef ServerRequestInfo* PortableInterceptor::ServerRequestInfo_ptr
 

typedef TAO_Objref_Var_T< ServerRequestInfo > PortableInterceptor::ServerRequestInfo_var
 

typedef TAO_Objref_Out_T< ServerRequestInterceptor > PortableInterceptor::ServerRequestInterceptor_out
 

typedef ServerRequestInterceptor* PortableInterceptor::ServerRequestInterceptor_ptr
 

typedef TAO_Objref_Var_T< ServerRequestInterceptor > PortableInterceptor::ServerRequestInterceptor_var
 

typedef CORBA::ULong PortableInterceptor::SlotId
 

typedef CORBA::ULong_out PortableInterceptor::SlotId_out
 


Function Documentation

void PortableInterceptor::register_orb_initializer ORBInitializer_ptr init  ACE_ENV_ARG_DECL_WITH_DEFAULTS  ) 
 

Register an ORBInitializer with the global ORBInitializer table.


Variable Documentation

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_AdapterManagerId
 

Initial value:

    &_tao_tc_PortableInterceptor_AdapterManagerId

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_AdapterName
 

Initial value:

    &_tao_tc_PortableInterceptor_AdapterName

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_AdapterState
 

Initial value:

    &_tao_tc_PortableInterceptor_AdapterState

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_ClientRequestInfo
 

Initial value:

    &_tao_tc_PortableInterceptor_ClientRequestInfo

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_ClientRequestInterceptor
 

Initial value:

    &_tao_tc_PortableInterceptor_ClientRequestInterceptor

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_Current
 

Initial value:

    &_tao_tc_PortableInterceptor_Current

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_ForwardRequest
 

Initial value:

    &_tao_tc_PortableInterceptor_ForwardRequest

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_Interceptor
 

Initial value:

    &_tao_tc_PortableInterceptor_Interceptor

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_InvalidSlot
 

Initial value:

    &_tao_tc_PortableInterceptor_InvalidSlot

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_ObjectId
 

Initial value:

    &_tao_tc_PortableInterceptor_ObjectId

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_ORBId
 

Initial value:

    &_tao_tc_PortableInterceptor_ORBId

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_ORBInitializer
 

Initial value:

    &_tao_tc_PortableInterceptor_ORBInitializer

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_ORBInitInfo
 

Initial value:

    &_tao_tc_PortableInterceptor_ORBInitInfo

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_PolicyFactory
 

Initial value:

    &_tao_tc_PortableInterceptor_PolicyFactory

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_ReplyStatus
 

Initial value:

    &_tao_tc_PortableInterceptor_ReplyStatus

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_RequestInfo
 

Initial value:

    &_tao_tc_PortableInterceptor_RequestInfo

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_ServerId
 

Initial value:

    &_tao_tc_PortableInterceptor_ServerId

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_ServerRequestInfo
 

Initial value:

    &_tao_tc_PortableInterceptor_ServerRequestInfo

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_ServerRequestInterceptor
 

Initial value:

    &_tao_tc_PortableInterceptor_ServerRequestInterceptor

TAO_Export::CORBA::TypeCode_ptr const PortableInterceptor::_tc_SlotId
 

Initial value:

    &_tao_tc_PortableInterceptor_SlotId

const PortableInterceptor::AdapterState PortableInterceptor::ACTIVE = 1
 

const PortableInterceptor::AdapterState PortableInterceptor::DISCARDING = 2
 

const PortableInterceptor::AdapterState PortableInterceptor::HOLDING = 0
 

const PortableInterceptor::AdapterState PortableInterceptor::INACTIVE = 3
 

const PortableInterceptor::ReplyStatus PortableInterceptor::LOCATION_FORWARD = 3
 

const PortableInterceptor::AdapterState PortableInterceptor::NON_EXISTENT = 4
 

typeprefix PortableInterceptor omg PortableInterceptor::org
 

const PortableInterceptor::ReplyStatus PortableInterceptor::SUCCESSFUL = 0
 

const PortableInterceptor::ReplyStatus PortableInterceptor::SYSTEM_EXCEPTION = 1
 

const PortableInterceptor::ReplyStatus PortableInterceptor::TRANSPORT_RETRY = 4
 

const PortableInterceptor::ReplyStatus PortableInterceptor::UNKNOWN = 5
 

const PortableInterceptor::ReplyStatus PortableInterceptor::USER_EXCEPTION = 2
 


Generated on Sun May 15 13:11:16 2005 for TAO by  doxygen 1.3.9.1