#include <PortableInterceptorC.h>
Inheritance diagram for PortableInterceptor::RequestInfo:
Public Types | |
typedef RequestInfo_ptr | _ptr_type |
typedef RequestInfo_var | _var_type |
Public Methods | |
virtual CORBA::ULong | request_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual char * | operation (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual::Dynamic::ParameterList * | arguments (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual::Dynamic::ExceptionList * | exceptions (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual::Dynamic::ContextList * | contexts (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual::Dynamic::RequestContext * | operation_context (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Any * | result (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | response_expected (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual Messaging::SyncScope | sync_scope (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual PortableInterceptor::ReplyStatus | reply_status (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Object_ptr | forward_reference (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Any * | get_slot (PortableInterceptor::SlotId id ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , PortableInterceptor::InvalidSlot ) |
virtual::IOP::ServiceContext * | get_request_service_context (IOP::ServiceId id ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual::IOP::ServiceContext * | get_reply_service_context (IOP::ServiceId id 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 | |
RequestInfo_ptr | _duplicate (RequestInfo_ptr obj) |
RequestInfo_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
No-op it is just here to simplify some templates. | |
RequestInfo_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
RequestInfo_ptr | _nil (void) |
Return a NULL object. | |
void | _tao_any_destructor (void *) |
Used in the implementation of CORBA::Any. | |
Protected Methods | |
RequestInfo (void) | |
virtual | ~RequestInfo (void) |
Private Methods | |
RequestInfo (const RequestInfo &) | |
void | operator= (const RequestInfo &) |
|
Reimplemented from CORBA::Object. Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo. |
|
Reimplemented from CORBA::Object. Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo. |
|
|
|
|
|
|
|
|
|
The repository ID for the most derived class, this is an implementation method and does no remote invocations! Reimplemented from CORBA::Object. Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo. |
|
Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo. |
|
No-op it is just here to simplify some templates.
Reimplemented from CORBA::Object. Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo. |
|
Return a NULL object.
Reimplemented from CORBA::Object. Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo. |
|
Used in the implementation of CORBA::Any.
Reimplemented from CORBA::Object. Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo. |
|
Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |
|
Allows us to forbid marshaling of local interfaces.
Reimplemented from CORBA::Object. Reimplemented in PortableInterceptor::ClientRequestInfo, and PortableInterceptor::ServerRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |
|
|
|
Implemented in TAO_ClientRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |
|
Implemented in TAO_ClientRequestInfo. |