#include <ServerRequestInfoC.h>
Inheritance diagram for PortableInterceptor::ServerRequestInfo:
Public Types | |
typedef ServerRequestInfo_ptr | _ptr_type |
typedef ServerRequestInfo_var | _var_type |
Public Member Functions | |
virtual ::CORBA::Any * | sending_exception ()=0 throw ( ::CORBA::SystemException ) |
virtual char * | server_id ()=0 throw ( ::CORBA::SystemException ) |
virtual char * | orb_id ()=0 throw ( ::CORBA::SystemException ) |
virtual ::PortableInterceptor::AdapterName * | adapter_name ()=0 throw ( ::CORBA::SystemException ) |
virtual ::PortableInterceptor::ObjectId * | object_id ()=0 throw ( ::CORBA::SystemException ) |
virtual ::CORBA::OctetSeq * | adapter_id ()=0 throw ( ::CORBA::SystemException ) |
virtual char * | target_most_derived_interface ()=0 throw ( ::CORBA::SystemException ) |
virtual ::CORBA::Policy_ptr | get_server_policy (::CORBA::PolicyType type)=0 throw ( ::CORBA::SystemException ) |
virtual void | set_slot (::PortableInterceptor::SlotId id, const ::CORBA::Any &data)=0 throw ( ::CORBA::SystemException, ::PortableInterceptor::InvalidSlot ) |
virtual ::CORBA::Boolean | target_is_a (const char *id)=0 throw ( ::CORBA::SystemException ) |
virtual void | add_reply_service_context (const ::IOP::ServiceContext &service_context,::CORBA::Boolean replace)=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 | |
static ServerRequestInfo_ptr | _duplicate (ServerRequestInfo_ptr obj) |
static void | _tao_release (ServerRequestInfo_ptr obj) |
static ServerRequestInfo_ptr | _narrow (::CORBA::Object_ptr obj) |
static ServerRequestInfo_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static ServerRequestInfo_ptr | _nil (void) |
Protected Member Functions | |
ServerRequestInfo (void) | |
virtual | ~ServerRequestInfo (void) |
Private Member Functions | |
ServerRequestInfo (const ServerRequestInfo &) | |
void | operator= (const ServerRequestInfo &) |
PortableInterceptor::ServerRequestInfo::ServerRequestInfo | ( | void | ) | [protected] |
PortableInterceptor::ServerRequestInfo::~ServerRequestInfo | ( | void | ) | [protected, virtual] |
PortableInterceptor::ServerRequestInfo::ServerRequestInfo | ( | const ServerRequestInfo & | ) | [private] |
PortableInterceptor::ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_duplicate | ( | ServerRequestInfo_ptr | obj | ) | [static] |
const char * PortableInterceptor::ServerRequestInfo::_interface_repository_id | ( | void | ) | const [virtual] |
CORBA::Boolean PortableInterceptor::ServerRequestInfo::_is_a | ( | const char * | type_id | ) |
PortableInterceptor::ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
static ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_nil | ( | void | ) | [inline, static] |
void PortableInterceptor::ServerRequestInfo::_tao_release | ( | ServerRequestInfo_ptr | obj | ) | [static] |
PortableInterceptor::ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
virtual ::CORBA::OctetSeq* PortableInterceptor::ServerRequestInfo::adapter_id | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
Implemented in TAO::ServerRequestInfo.
virtual ::PortableInterceptor::AdapterName* PortableInterceptor::ServerRequestInfo::adapter_name | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
Implemented in TAO::ServerRequestInfo.
virtual void PortableInterceptor::ServerRequestInfo::add_reply_service_context | ( | const ::IOP::ServiceContext & | service_context, | |
::CORBA::Boolean | replace | |||
) | throw ( ::CORBA::SystemException ) [pure virtual] |
virtual ::CORBA::Policy_ptr PortableInterceptor::ServerRequestInfo::get_server_policy | ( | ::CORBA::PolicyType | type | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
CORBA::Boolean PortableInterceptor::ServerRequestInfo::marshal | ( | TAO_OutputCDR & | cdr | ) |
virtual ::PortableInterceptor::ObjectId* PortableInterceptor::ServerRequestInfo::object_id | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
Implemented in TAO::ServerRequestInfo.
void PortableInterceptor::ServerRequestInfo::operator= | ( | const ServerRequestInfo & | ) | [private] |
virtual char* PortableInterceptor::ServerRequestInfo::orb_id | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
Implemented in TAO::ServerRequestInfo.
virtual ::CORBA::Any* PortableInterceptor::ServerRequestInfo::sending_exception | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
Implemented in TAO::ServerRequestInfo.
virtual char* PortableInterceptor::ServerRequestInfo::server_id | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
Implemented in TAO::ServerRequestInfo.
virtual void PortableInterceptor::ServerRequestInfo::set_slot | ( | ::PortableInterceptor::SlotId | id, | |
const ::CORBA::Any & | data | |||
) | throw ( ::CORBA::SystemException, ::PortableInterceptor::InvalidSlot ) [pure virtual] |
virtual ::CORBA::Boolean PortableInterceptor::ServerRequestInfo::target_is_a | ( | const char * | id | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
Implemented in TAO::ServerRequestInfo.
virtual char* PortableInterceptor::ServerRequestInfo::target_most_derived_interface | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
Implemented in TAO::ServerRequestInfo.