#include <PortableInterceptorC.h>
Inheritance diagram for PortableInterceptor::ServerRequestInfo:
Public Types | |
typedef ServerRequestInfo_ptr | _ptr_type |
typedef ServerRequestInfo_var | _var_type |
Public Methods | |
virtual CORBA::Any * | sending_exception (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual char * | server_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual char * | orb_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual::PortableInterceptor::AdapterName * | adapter_name (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual::CORBA::OctetSeq * | object_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual::CORBA::OctetSeq * | adapter_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual char * | target_most_derived_interface (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual::CORBA::Policy_ptr | get_server_policy (CORBA::PolicyType type ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual void | set_slot (PortableInterceptor::SlotId id, const CORBA::Any &data ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , PortableInterceptor::InvalidSlot ) |
virtual CORBA::Boolean | target_is_a (const char *id ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual void | add_reply_service_context (const IOP::ServiceContext &service_context, CORBA::Boolean replace ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | _is_a (const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
virtual const char * | _interface_repository_id (void) const |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Allows us to forbid marshaling of local interfaces. | |
Static Public Methods | |
ServerRequestInfo_ptr | _duplicate (ServerRequestInfo_ptr obj) |
ServerRequestInfo_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
No-op it is just here to simplify some templates. | |
ServerRequestInfo_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
ServerRequestInfo_ptr | _nil (void) |
Return a NULL object. | |
void | _tao_any_destructor (void *) |
Used in the implementation of CORBA::Any. | |
Protected Methods | |
ServerRequestInfo (void) | |
virtual | ~ServerRequestInfo (void) |
Private Methods | |
ServerRequestInfo (const ServerRequestInfo &) | |
void | operator= (const ServerRequestInfo &) |
|
Reimplemented from PortableInterceptor::RequestInfo. |
|
Reimplemented from PortableInterceptor::RequestInfo. |
|
|
|
|
|
|
|
|
|
The repository ID for the most derived class, this is an implementation method and does no remote invocations! Reimplemented from PortableInterceptor::RequestInfo. |
|
Reimplemented from PortableInterceptor::RequestInfo. |
|
No-op it is just here to simplify some templates.
Reimplemented from PortableInterceptor::RequestInfo. |
|
Return a NULL object.
Reimplemented from PortableInterceptor::RequestInfo. |
|
Used in the implementation of CORBA::Any.
Reimplemented from PortableInterceptor::RequestInfo. |
|
Reimplemented from PortableInterceptor::RequestInfo. |
|
|
|
|
|
|
|
|
|
Allows us to forbid marshaling of local interfaces.
Reimplemented from PortableInterceptor::RequestInfo. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|