TAO_PI 2.0.1
|
#include <RequestInfoC.h>
Public Types | |
typedef RequestInfo_ptr | _ptr_type |
typedef RequestInfo_var | _var_type |
typedef RequestInfo_out | _out_type |
Public Member Functions | |
virtual ::CORBA::ULong | request_id (void)=0 |
virtual char * | operation (void)=0 |
virtual ::Dynamic::ParameterList * | arguments (void)=0 |
virtual ::Dynamic::ExceptionList * | exceptions (void)=0 |
virtual ::Dynamic::ContextList * | contexts (void)=0 |
virtual ::Dynamic::RequestContext * | operation_context (void)=0 |
virtual ::CORBA::Any * | result (void)=0 |
virtual ::CORBA::Boolean | response_expected (void)=0 |
virtual ::Messaging::SyncScope | sync_scope (void)=0 |
virtual ::PortableInterceptor::ReplyStatus | reply_status (void)=0 |
virtual ::CORBA::Object_ptr | forward_reference (void)=0 |
virtual ::CORBA::Any * | get_slot (::PortableInterceptor::SlotId id)=0 |
virtual ::IOP::ServiceContext * | get_request_service_context (::IOP::ServiceId id)=0 |
virtual ::IOP::ServiceContext * | get_reply_service_context (::IOP::ServiceId id)=0 |
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 | |
static RequestInfo_ptr | _duplicate (RequestInfo_ptr obj) |
static void | _tao_release (RequestInfo_ptr obj) |
static RequestInfo_ptr | _narrow (::CORBA::Object_ptr obj) |
static RequestInfo_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static RequestInfo_ptr | _nil (void) |
Protected Member Functions | |
RequestInfo (void) | |
virtual | ~RequestInfo (void) |
Private Member Functions | |
RequestInfo (const RequestInfo &) | |
void | operator= (const RequestInfo &) |
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ClientRequestInfo.
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ClientRequestInfo.
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ClientRequestInfo.
PortableInterceptor::RequestInfo::RequestInfo | ( | void | ) | [protected] |
PortableInterceptor::RequestInfo::~RequestInfo | ( | void | ) | [protected, virtual] |
PortableInterceptor::RequestInfo::RequestInfo | ( | const RequestInfo & | ) | [private] |
PortableInterceptor::RequestInfo_ptr PortableInterceptor::RequestInfo::_duplicate | ( | RequestInfo_ptr | obj | ) | [static] |
const char * PortableInterceptor::RequestInfo::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ClientRequestInfo.
CORBA::Boolean PortableInterceptor::RequestInfo::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ClientRequestInfo.
PortableInterceptor::RequestInfo_ptr PortableInterceptor::RequestInfo::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in PortableInterceptor::ClientRequestInfo.
PortableInterceptor::RequestInfo_ptr PortableInterceptor::RequestInfo::_nil | ( | void | ) | [static] |
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ClientRequestInfo.
void PortableInterceptor::RequestInfo::_tao_release | ( | RequestInfo_ptr | obj | ) | [static] |
PortableInterceptor::RequestInfo_ptr PortableInterceptor::RequestInfo::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in PortableInterceptor::ClientRequestInfo.
virtual ::Dynamic::ParameterList* PortableInterceptor::RequestInfo::arguments | ( | void | ) | [pure virtual] |
virtual ::Dynamic::ContextList* PortableInterceptor::RequestInfo::contexts | ( | void | ) | [pure virtual] |
virtual ::Dynamic::ExceptionList* PortableInterceptor::RequestInfo::exceptions | ( | void | ) | [pure virtual] |
virtual ::CORBA::Object_ptr PortableInterceptor::RequestInfo::forward_reference | ( | void | ) | [pure virtual] |
virtual ::IOP::ServiceContext* PortableInterceptor::RequestInfo::get_reply_service_context | ( | ::IOP::ServiceId | id | ) | [pure virtual] |
virtual ::IOP::ServiceContext* PortableInterceptor::RequestInfo::get_request_service_context | ( | ::IOP::ServiceId | id | ) | [pure virtual] |
virtual ::CORBA::Any* PortableInterceptor::RequestInfo::get_slot | ( | ::PortableInterceptor::SlotId | id | ) | [pure virtual] |
CORBA::Boolean PortableInterceptor::RequestInfo::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ClientRequestInfo.
virtual char* PortableInterceptor::RequestInfo::operation | ( | void | ) | [pure virtual] |
virtual ::Dynamic::RequestContext* PortableInterceptor::RequestInfo::operation_context | ( | void | ) | [pure virtual] |
void PortableInterceptor::RequestInfo::operator= | ( | const RequestInfo & | ) | [private] |
virtual ::PortableInterceptor::ReplyStatus PortableInterceptor::RequestInfo::reply_status | ( | void | ) | [pure virtual] |
virtual ::CORBA::ULong PortableInterceptor::RequestInfo::request_id | ( | void | ) | [pure virtual] |
virtual ::CORBA::Boolean PortableInterceptor::RequestInfo::response_expected | ( | void | ) | [pure virtual] |
virtual ::CORBA::Any* PortableInterceptor::RequestInfo::result | ( | void | ) | [pure virtual] |
virtual ::Messaging::SyncScope PortableInterceptor::RequestInfo::sync_scope | ( | void | ) | [pure virtual] |