TAO
2.1.7
|
Object created by TAO::LocateRequest_Invocation_Adapter to create and send LocateRequest invocation. More...
#include <LocateRequest_Invocation.h>
Public Member Functions | |
LocateRequest_Invocation (CORBA::Object_ptr otarget, Profile_Transport_Resolver &resolver, TAO_Operation_Details &detail) | |
Invocation_Status | invoke (ACE_Time_Value *max_wait_time) |
Start the invocation. | |
![]() | |
Synch_Twoway_Invocation (CORBA::Object_ptr otarget, Profile_Transport_Resolver &resolver, TAO_Operation_Details &detail, bool response_expected=true) | |
Constructor used by TAO::Invocation_Adapter. | |
Invocation_Status | remote_twoway (ACE_Time_Value *max_wait_time) |
![]() | |
Remote_Invocation (CORBA::Object_ptr otarget, Profile_Transport_Resolver &resolver, TAO_Operation_Details &detail, bool response_expected) | |
![]() | |
virtual | ~Invocation_Base (void) |
TAO_Stub * | stub (void) const |
Accessor and mutator methods. | |
CORBA::Object_ptr | forwarded_reference (void) |
void | forwarded_reference (CORBA::Object_ptr o) |
Accessor and mutator methods. | |
TAO_Service_Context & | request_service_context (void) |
Accessors for the service context list. | |
TAO_Service_Context & | reply_service_context (void) |
Accessor and mutator methods. | |
CORBA::Object_ptr | steal_forwarded_reference (void) |
Return the forwarded object location by loosing ownership. | |
CORBA::Object_ptr | effective_target (void) const |
Return the effective target of the invocation. | |
CORBA::Object_ptr | target (void) const |
Return the target object. | |
CORBA::Boolean | response_expected (void) const |
Does this invocation return a response? | |
GIOP::ReplyStatusType | reply_status (void) const |
Accessor of reply_status of the invocation. | |
void | reply_status (GIOP::ReplyStatusType s) |
Mutator of reply_status of the invocation. | |
TAO_Operation_Details & | operation_details (void) |
The operaton details of the invocation. | |
size_t & | stack_size (void) |
CORBA::Exception * | caught_exception (void) |
The client requestor adapter. | |
TAO::Invocation_Status | invoke_status (void) const |
Invocation status. | |
void | invoke_status (Invocation_Status s) |
Mutator to set the invocation status. | |
PortableInterceptor::ReplyStatus | pi_reply_status (void) const |
The client requestor adapter. | |
bool | is_remote_request () const |
Private Member Functions | |
Invocation_Status | check_reply (TAO_Synch_Reply_Dispatcher &rd) |
Helper to check the reply status. |
Object created by TAO::LocateRequest_Invocation_Adapter to create and send LocateRequest invocation.
TAO::LocateRequest_Invocation::LocateRequest_Invocation | ( | CORBA::Object_ptr | otarget, |
Profile_Transport_Resolver & | resolver, | ||
TAO_Operation_Details & | detail | ||
) |
otarget | The target on which this invocation was started. |
resolver | Container of the profile and transport on which this invocation is on |
detail | Operation details of the invocation on target. This is of no practical importance since it is not used in this class. This is just to keep our base class happy. |
|
private |
Helper to check the reply status.
Invocation_Status TAO::LocateRequest_Invocation::invoke | ( | ACE_Time_Value * | max_wait_time | ) |
Start the invocation.