#include <ServerRequestInfoC.h>
Inheritance diagram for PortableInterceptor::ServerRequestInfo:
Public Types | |
typedef ServerRequestInfo_ptr | _ptr_type |
typedef ServerRequestInfo_var | _var_type |
Public Member Functions | |
CORBA::Policy | get_server_policy (in CORBA::PolicyType type) |
void | set_slot (in SlotId id, in any data) raises (InvalidSlot) |
boolean | target_is_a (in CORBA::RepositoryId id) |
void | add_reply_service_context (in IOP::ServiceContext service_context, in boolean replace) |
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 | |
ServerRequestInfo_ptr | _duplicate (ServerRequestInfo_ptr obj) |
void | _tao_release (ServerRequestInfo_ptr obj) |
ServerRequestInfo_ptr | _narrow (::CORBA::Object_ptr obj) |
ServerRequestInfo_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
ServerRequestInfo_ptr | _nil (void) |
Public Attributes | |
readonly attribute any | sending_exception |
readonly attribute ServerId | server_id |
readonly attribute ORBId | orb_id |
readonly attribute AdapterName | adapter_name |
readonly attribute ObjectId | object_id |
readonly attribute CORBA::OctetSeq | adapter_id |
readonly attribute CORBA::RepositoryId | target_most_derived_interface |
Protected Member Functions | |
ServerRequestInfo (void) | |
virtual | ~ServerRequestInfo (void) |
Private Member Functions | |
ServerRequestInfo (const ServerRequestInfo &) | |
void | operator= (const ServerRequestInfo &) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented in TAO::ServerRequestInfo. |
|
Implemented in TAO::ServerRequestInfo. |
|
|
|
|
|
|
|
|
|
|
|
Implemented in TAO::ServerRequestInfo. |
|
|
|
Implemented in TAO::ServerRequestInfo. |
|
Implemented in TAO::ServerRequestInfo. |
|
Implemented in TAO::ServerRequestInfo. |
|
|
|
|
|
Implemented in TAO::ServerRequestInfo. |
|
|
|
Implemented in TAO::ServerRequestInfo. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|