Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

PortableInterceptor::RequestInfo Interface Reference

#include <RequestInfoC.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 Member Functions

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 ()=0 throw ( ::CORBA::SystemException )
virtual char * operation ()=0 throw ( ::CORBA::SystemException )
virtual ::Dynamic::ParameterList * arguments ()=0 throw ( ::CORBA::SystemException )
virtual ::Dynamic::ExceptionList * exceptions ()=0 throw ( ::CORBA::SystemException )
virtual ::Dynamic::ContextListcontexts ()=0 throw ( ::CORBA::SystemException )
virtual ::Dynamic::RequestContextoperation_context ()=0 throw ( ::CORBA::SystemException )
virtual ::CORBA::Any * result ()=0 throw ( ::CORBA::SystemException )
virtual ::CORBA::Boolean response_expected ()=0 throw ( ::CORBA::SystemException )
virtual ::Messaging::SyncScope sync_scope ()=0 throw ( ::CORBA::SystemException )
virtual ::PortableInterceptor::ReplyStatus reply_status ()=0 throw ( ::CORBA::SystemException )
virtual ::CORBA::Object_ptr forward_reference ()=0 throw ( ::CORBA::SystemException )
virtual ::CORBA::Any * get_slot (::PortableInterceptor::SlotId id)=0 throw ( ::CORBA::SystemException, ::PortableInterceptor::InvalidSlot )
virtual ::IOP::ServiceContextget_request_service_context (::IOP::ServiceId id)=0 throw ( ::CORBA::SystemException )
virtual ::IOP::ServiceContextget_reply_service_context (::IOP::ServiceId id)=0 throw ( ::CORBA::SystemException )
virtual ::CORBA::Boolean _is_a (const char *type_id)
virtual const char * _interface_repository_id (void) const
virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr)

Static Public Member Functions

RequestInfo_ptr _duplicate (RequestInfo_ptr obj)
void _tao_release (RequestInfo_ptr obj)
RequestInfo_ptr _narrow (::CORBA::Object_ptr obj)
RequestInfo_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
RequestInfo_ptr _nil (void)

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

Protected Member Functions

 RequestInfo (void)
virtual ~RequestInfo (void)

Private Member Functions

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

Member Typedef Documentation

typedef RequestInfo_ptr PortableInterceptor::RequestInfo::_ptr_type
 

Reimplemented from CORBA::Object.

Implemented in PortableInterceptor::ClientRequestInfo.

typedef RequestInfo_var PortableInterceptor::RequestInfo::_var_type
 

Reimplemented from CORBA::Object.

Implemented in PortableInterceptor::ClientRequestInfo.


Constructor & Destructor Documentation

PortableInterceptor::RequestInfo::RequestInfo void   )  [protected]
 

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

PortableInterceptor::RequestInfo::RequestInfo const RequestInfo  )  [private]
 


Member Function Documentation

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

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

Reimplemented from CORBA::Object.

Implemented in PortableInterceptor::ClientRequestInfo.

virtual ::CORBA::Boolean PortableInterceptor::RequestInfo::_is_a const char *  type_id  )  [virtual]
 

Reimplemented from CORBA::Object.

Implemented in PortableInterceptor::ClientRequestInfo.

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

Implemented in PortableInterceptor::ClientRequestInfo.

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

Reimplemented from CORBA::Object.

Implemented in PortableInterceptor::ClientRequestInfo.

void PortableInterceptor::RequestInfo::_tao_release RequestInfo_ptr  obj  )  [static]
 

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

Implemented in PortableInterceptor::ClientRequestInfo.

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

Implemented in TAO_ClientRequestInfo.

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

Implemented in TAO_ClientRequestInfo.

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

Implemented in TAO_ClientRequestInfo.

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

Implemented in TAO_ClientRequestInfo.

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

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

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

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

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

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

CORBA::Boolean PortableInterceptor::RequestInfo::marshal TAO_OutputCDR cdr  )  [virtual]
 

Reimplemented from CORBA::Object.

Implemented in PortableInterceptor::ClientRequestInfo.

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

Implemented in TAO_ClientRequestInfo.

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

Implemented in TAO_ClientRequestInfo.

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

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

Implemented in TAO_ClientRequestInfo.

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

Implemented in TAO_ClientRequestInfo.

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

Implemented in TAO_ClientRequestInfo.

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

Implemented in TAO_ClientRequestInfo.

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

Implemented in TAO_ClientRequestInfo.


Member Data Documentation

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 Sun Mar 5 15:49:30 2006 for TAO_PI by  doxygen 1.3.9.1