TAO_PI 4.0.2
|
import <RequestInfo.pidl;
Public Member Functions | |
any | get_slot (in SlotId id) raises (InvalidSlot) |
IOP::ServiceContext | get_request_service_context (in IOP::ServiceId id) |
IOP::ServiceContext | get_reply_service_context (in IOP::ServiceId id) |
Public Attributes | |
readonly attribute unsigned long | request_id |
readonly attribute string | operation |
readonly attribute Dynamic::ParameterList | arguments |
readonly attribute Dynamic::ExceptionList | exceptions |
readonly attribute Dynamic::ContextList | contexts |
readonly attribute Dynamic::RequestContext | operation_context |
readonly attribute any | result |
readonly attribute boolean | response_expected |
readonly attribute Messaging::SyncScope | sync_scope |
readonly attribute ReplyStatus | reply_status |
readonly attribute Object | forward_reference |
IOP::ServiceContext PortableInterceptor::RequestInfo::get_reply_service_context | ( | in IOP::ServiceId | id | ) |
IOP::ServiceContext PortableInterceptor::RequestInfo::get_request_service_context | ( | in IOP::ServiceId | id | ) |
any PortableInterceptor::RequestInfo::get_slot | ( | in SlotId | id | ) | ||
raises | ( | InvalidSlot ) |
readonly attribute Dynamic::ParameterList PortableInterceptor::RequestInfo::arguments |
Implemented in TAO_ClientRequestInfo.
readonly attribute Dynamic::ContextList PortableInterceptor::RequestInfo::contexts |
Implemented in TAO_ClientRequestInfo.
readonly attribute Dynamic::ExceptionList PortableInterceptor::RequestInfo::exceptions |
Implemented in TAO_ClientRequestInfo.
readonly attribute Object PortableInterceptor::RequestInfo::forward_reference |
Implemented in TAO_ClientRequestInfo.
readonly attribute string PortableInterceptor::RequestInfo::operation |
Implemented in TAO_ClientRequestInfo.
readonly attribute Dynamic::RequestContext PortableInterceptor::RequestInfo::operation_context |
Implemented in TAO_ClientRequestInfo.
readonly attribute ReplyStatus PortableInterceptor::RequestInfo::reply_status |
Implemented in TAO_ClientRequestInfo.
readonly attribute unsigned long PortableInterceptor::RequestInfo::request_id |
Implemented in TAO_ClientRequestInfo.
readonly attribute boolean PortableInterceptor::RequestInfo::response_expected |
Implemented in TAO_ClientRequestInfo.
readonly attribute any PortableInterceptor::RequestInfo::result |
Implemented in TAO_ClientRequestInfo.
readonly attribute Messaging::SyncScope PortableInterceptor::RequestInfo::sync_scope |
Implemented in TAO_ClientRequestInfo.