|
| | TAO_ClientRequestInfo (TAO::Invocation_Base *invocation) |
| |
| virtual CORBA::ULong | request_id (void) |
| |
| virtual char * | operation (void) |
| | Return the operation name for the current request. More...
|
| |
| virtual Dynamic::ParameterList * | arguments (void) |
| | Return the list of arguments passed to the current operation. More...
|
| |
| virtual Dynamic::ExceptionList * | exceptions (void) |
| |
| virtual Dynamic::ContextList * | contexts (void) |
| |
| virtual Dynamic::RequestContext * | operation_context (void) |
| |
| virtual CORBA::Any * | result (void) |
| |
| virtual CORBA::Boolean | response_expected (void) |
| | Returns true for a two-way operation, and false otherwise. More...
|
| |
| virtual Messaging::SyncScope | sync_scope (void) |
| |
virtual
PortableInterceptor::ReplyStatus | reply_status (void) |
| | Return the reply status for the current request. More...
|
| |
| virtual CORBA::Object_ptr | forward_reference (void) |
| |
| virtual CORBA::Any * | get_slot (PortableInterceptor::SlotId id) |
| |
| virtual IOP::ServiceContext * | get_request_service_context (IOP::ServiceId id) |
| |
| virtual IOP::ServiceContext * | get_reply_service_context (IOP::ServiceId id) |
| |
| virtual CORBA::Object_ptr | target (void) |
| |
| virtual CORBA::Object_ptr | effective_target (void) |
| |
| virtual IOP::TaggedProfile * | effective_profile (void) |
| |
| virtual CORBA::Any * | received_exception (void) |
| |
| virtual char * | received_exception_id (void) |
| | Return the repository ID for the received exception. More...
|
| |
| virtual IOP::TaggedComponent * | get_effective_component (IOP::ComponentId id) |
| |
| virtual IOP::TaggedComponentSeq * | get_effective_components (IOP::ComponentId id) |
| |
| virtual CORBA::Policy_ptr | get_request_policy (CORBA::PolicyType type) |
| |
| virtual void | add_request_service_context (const IOP::ServiceContext &service_context, CORBA::Boolean replace) |
| |
| void | tao_ft_expiration_time (TimeBase::TimeT time) |
| | Set the absolute FT expiration time for this request. More...
|
| |
| TimeBase::TimeT | tao_ft_expiration_time (void) const |
| | Get the absolute FT expiration time for this request. More...
|
| |
| void | tao_ft_retention_id (CORBA::Long request_id) |
| | Set the FT request retention ID for this request. More...
|
| |
| CORBA::Long | tao_ft_retention_id (void) const |
| | Get the FT request retention ID for this request. More...
|
| |
| IOP::TaggedComponent | get_effective_component (in IOP::ComponentId id) |
| |
| IOP::TaggedComponentSeq | get_effective_components (in IOP::ComponentId id) |
| |
| CORBA::Policy | get_request_policy (in CORBA::PolicyType type) |
| |
| void | add_request_service_context (in IOP::ServiceContext service_context, in boolean replace) |
| |
| 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) |
| |
| virtual TAO::ObjectKey * | _key (void) |
| |
| virtual CORBA::ULong | _hash (CORBA::ULong maximum) |
| |
| virtual CORBA::Boolean | _is_equivalent (CORBA::Object_ptr other_obj) |
| |
| virtual CORBA::Boolean | _non_existent (void) |
| |
| virtual InterfaceDef_ptr | _get_interface (void) |
| |
| virtual CORBA::Object_ptr | _get_component (void) |
| |
| virtual char * | _repository_id (void) |
| |
| virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::Request_ptr &request, CORBA::Flags req_flags) |
| |
| virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exclist, CORBA::ContextList_ptr ctxtlist, CORBA::Request_ptr &request, CORBA::Flags req_flags) |
| |
| virtual CORBA::Request_ptr | _request (const char *operation) |
| |
| virtual CORBA::ORB_ptr | _get_orb (void) |
| |