Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

PortableInterceptor::RequestInfo Interface Reference

#include <PortableInterceptorC.h>

Inheritance diagram for PortableInterceptor::RequestInfo:

Inheritance graph
[legend]
Collaboration diagram for PortableInterceptor::RequestInfo:

Collaboration graph
[legend]
List of all members.

Public Types

typedef RequestInfo_ptr _ptr_type
typedef RequestInfo_var _var_type

Public Methods

any get_slot (in SlotId id) raises (InvalidSlot)
IOP::ServiceContext get_request_service_context (in IOP::ServiceId id)
IOP::ServiceContext get_reply_service_context (in IOP::ServiceId id)
virtual CORBA::ULong request_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual char * operation (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual::Dynamic::ParameterList * arguments (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual::Dynamic::ExceptionList * exceptions (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual::Dynamic::ContextList * contexts (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual::Dynamic::RequestContext * operation_context (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual CORBA::Anyresult (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual CORBA::Boolean response_expected (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual Messaging::SyncScope sync_scope (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual PortableInterceptor::ReplyStatus reply_status (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual CORBA::Object_ptr forward_reference (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual CORBA::Anyget_slot (PortableInterceptor::SlotId id ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , PortableInterceptor::InvalidSlot )
virtual::IOP::ServiceContext * get_request_service_context (IOP::ServiceId id ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual::IOP::ServiceContext * get_reply_service_context (IOP::ServiceId id ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual void * _tao_QueryInterface (ptr_arith_t type)
 Downcasting this object pointer to some other derived class. This QueryInterface stuff only work for local object. More...

virtual const char * _interface_repository_id (void) const
 The repository ID for the most derived class, this is an implementation method and does no remote invocations! More...


Static Public Methods

RequestInfo_ptr _duplicate (RequestInfo_ptr obj)
RequestInfo_ptr _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS)
RequestInfo_ptr _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS)
RequestInfo_ptr _nil (void)
 Return a NULL object. More...


Public Attributes

readonly attribute unsigned
long 
request_id
readonly attribute string operation
readonly attribute Dynamic::ParameterList arguments
readonly attribute Dynamic::ExceptionList exceptions
readonly attribute Dynamic::ContextList contexts
readonly attribute Dynamic::RequestContext operation_context
readonly attribute any result
readonly attribute boolean response_expected
readonly attribute Messaging::SyncScope sync_scope
readonly attribute ReplyStatus reply_status
readonly attribute Object forward_reference

Static Public Attributes

int _tao_class_id
 Address of this variable used in _unchecked_narrow(). More...


Protected Methods

 RequestInfo (void)
virtual ~RequestInfo (void)

Private Methods

 RequestInfo (const RequestInfo &)
void operator= (const RequestInfo &)

Member Typedef Documentation

typedef RequestInfo_ptr PortableInterceptor::RequestInfo::_ptr_type
 

Reimplemented from CORBA_Object.

Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo.

typedef RequestInfo_var PortableInterceptor::RequestInfo::_var_type
 

Reimplemented from CORBA_Object.

Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo.


Constructor & Destructor Documentation

PortableInterceptor::RequestInfo::RequestInfo void    [protected]
 

virtual PortableInterceptor::RequestInfo::~RequestInfo void    [protected, virtual]
 

PortableInterceptor::RequestInfo::RequestInfo const RequestInfo &    [private]
 


Member Function Documentation

RequestInfo_ptr PortableInterceptor::RequestInfo::_duplicate RequestInfo_ptr    obj [static]
 

virtual const char* PortableInterceptor::RequestInfo::_interface_repository_id void    const [virtual]
 

The repository ID for the most derived class, this is an implementation method and does no remote invocations!

Reimplemented from CORBA_Object.

Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo.

RequestInfo_ptr PortableInterceptor::RequestInfo::_narrow CORBA::Object_ptr obj    ACE_ENV_ARG_DECL_WITH_DEFAULTS [static]
 

Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo.

RequestInfo_ptr PortableInterceptor::RequestInfo::_nil void    [inline, static]
 

Return a NULL object.

Reimplemented from CORBA_Object.

Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo.

virtual void* PortableInterceptor::RequestInfo::_tao_QueryInterface ptr_arith_t    type [virtual]
 

Downcasting this object pointer to some other derived class. This QueryInterface stuff only work for local object.

Reimplemented from CORBA_Object.

Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo.

RequestInfo_ptr PortableInterceptor::RequestInfo::_unchecked_narrow CORBA::Object_ptr obj    ACE_ENV_ARG_DECL_WITH_DEFAULTS [static]
 

Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo.

virtual ::Dynamic::ParameterList* PortableInterceptor::RequestInfo::arguments ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

virtual ::Dynamic::ContextList* PortableInterceptor::RequestInfo::contexts ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

virtual ::Dynamic::ExceptionList* PortableInterceptor::RequestInfo::exceptions ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

virtual CORBA::Object_ptr PortableInterceptor::RequestInfo::forward_reference ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

virtual ::IOP::ServiceContext* PortableInterceptor::RequestInfo::get_reply_service_context IOP::ServiceId id    ACE_ENV_ARG_DECL throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

IOP::ServiceContext PortableInterceptor::RequestInfo::get_reply_service_context in IOP::ServiceId    id
 

virtual ::IOP::ServiceContext* PortableInterceptor::RequestInfo::get_request_service_context IOP::ServiceId id    ACE_ENV_ARG_DECL throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

IOP::ServiceContext PortableInterceptor::RequestInfo::get_request_service_context in IOP::ServiceId    id
 

virtual CORBA::Any* PortableInterceptor::RequestInfo::get_slot PortableInterceptor::SlotId id    ACE_ENV_ARG_DECL throw ( CORBA::SystemException , PortableInterceptor::InvalidSlot ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

any PortableInterceptor::RequestInfo::get_slot in SlotId    id raises (InvalidSlot)
 

virtual char* PortableInterceptor::RequestInfo::operation ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

virtual ::Dynamic::RequestContext* PortableInterceptor::RequestInfo::operation_context ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

void PortableInterceptor::RequestInfo::operator= const RequestInfo &    [private]
 

virtual PortableInterceptor::ReplyStatus PortableInterceptor::RequestInfo::reply_status ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

virtual CORBA::ULong PortableInterceptor::RequestInfo::request_id ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

virtual CORBA::Boolean PortableInterceptor::RequestInfo::response_expected ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

virtual CORBA::Any* PortableInterceptor::RequestInfo::result ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.

virtual Messaging::SyncScope PortableInterceptor::RequestInfo::sync_scope ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

Reimplemented in TAO_ClientRequestInfo.


Member Data Documentation

int PortableInterceptor::RequestInfo::_tao_class_id [static]
 

Address of this variable used in _unchecked_narrow().

Reimplemented from CORBA_Object.

Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo.

readonly attribute Dynamic::ParameterList PortableInterceptor::RequestInfo::arguments
 

readonly attribute Dynamic::ContextList PortableInterceptor::RequestInfo::contexts
 

readonly attribute Dynamic::ExceptionList PortableInterceptor::RequestInfo::exceptions
 

readonly attribute Object PortableInterceptor::RequestInfo::forward_reference
 

readonly attribute string PortableInterceptor::RequestInfo::operation
 

readonly attribute Dynamic::RequestContext PortableInterceptor::RequestInfo::operation_context
 

readonly attribute ReplyStatus PortableInterceptor::RequestInfo::reply_status
 

readonly attribute unsigned long PortableInterceptor::RequestInfo::request_id
 

readonly attribute boolean PortableInterceptor::RequestInfo::response_expected
 

readonly attribute any PortableInterceptor::RequestInfo::result
 

readonly attribute Messaging::SyncScope PortableInterceptor::RequestInfo::sync_scope
 


The documentation for this interface was generated from the following files:
Generated on Thu Oct 10 19:17:26 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001