TAO_DynamicInterface  2.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
TAO::DII_Deferred_Invocation_Adapter Class Reference

This class is for deferred DII invocation. More...

#include <DII_Invocation_Adapter.h>

Inheritance diagram for TAO::DII_Deferred_Invocation_Adapter:
Inheritance graph
Collaboration diagram for TAO::DII_Deferred_Invocation_Adapter:
Collaboration graph

Public Member Functions

 DII_Deferred_Invocation_Adapter (CORBA::Object *target, Argument **args, int arg_number, const char *operation, size_t op_len, int collocation_opportunity, TAO_ORB_Core *oc, CORBA::Request *req, TAO::Invocation_Mode mode=TAO_DII_DEFERRED_INVOCATION)
 
virtual void invoke (TAO::Exception_Data *ex, unsigned long ex_count)
 Invoke the target. More...
 

Protected Member Functions

virtual Invocation_Status invoke_twoway (TAO_Operation_Details &op, CORBA::Object_var &effective_target, Profile_Transport_Resolver &r, ACE_Time_Value *&max_wait_time, Invocation_Retry_State *retry_state=0)
 
virtual Invocation_Status invoke_collocated_i (TAO_Stub *stub, TAO_Operation_Details &details, CORBA::Object_var &effective_target, Collocation_Strategy strat)
 
- Protected Member Functions inherited from TAO::Invocation_Adapter
 Invocation_Adapter (CORBA::Object_ptr target, Argument **args, int arg_number, const char *operation, size_t op_len, int collocation_opportunity, TAO::Invocation_Type type=TAO_TWOWAY_INVOCATION, TAO::Invocation_Mode mode=TAO_SYNCHRONOUS_INVOCATION, bool has_in_args=true)
 
virtual ~Invocation_Adapter (void)
 
virtual void invoke_i (TAO_Stub *stub, TAO_Operation_Details &details)
 
bool get_timeout (TAO_Stub *stub, ACE_Time_Value &val)
 
TAO_Stubget_stub (void) const
 
void object_forwarded (CORBA::Object_var &effective_target, TAO_Stub *stub, CORBA::Boolean permanent_forward)
 
void set_response_flags (TAO_Stub *stub, TAO_Operation_Details &details)
 
virtual Invocation_Status invoke_remote_i (TAO_Stub *stub, TAO_Operation_Details &details, CORBA::Object_var &effective_target, ACE_Time_Value *&max_wait_time, Invocation_Retry_State *retry_state=0)
 
virtual Invocation_Status invoke_oneway (TAO_Operation_Details &details, CORBA::Object_var &effective_target, Profile_Transport_Resolver &r, ACE_Time_Value *&max_wait_time)
 

Private Attributes

CORBA::Requestrequest_
 
TAO_DII_Deferred_Reply_Dispatcherrd_
 Reply dispatcher for the current Invocation. More...
 
TAO_ORB_Core *const orb_core_
 Cache the orb_core. More...
 

Additional Inherited Members

Detailed Description

This class is for deferred DII invocation.

Constructor & Destructor Documentation

TAO::DII_Deferred_Invocation_Adapter::DII_Deferred_Invocation_Adapter ( CORBA::Object target,
Argument **  args,
int  arg_number,
const char *  operation,
size_t  op_len,
int  collocation_opportunity,
TAO_ORB_Core oc,
CORBA::Request req,
TAO::Invocation_Mode  mode = TAO_DII_DEFERRED_INVOCATION 
)

Member Function Documentation

void TAO::DII_Deferred_Invocation_Adapter::invoke ( TAO::Exception_Data ex,
unsigned long  ex_count 
)
virtual

Invoke the target.

Reimplemented from TAO::Invocation_Adapter.

Invocation_Status TAO::DII_Deferred_Invocation_Adapter::invoke_collocated_i ( TAO_Stub stub,
TAO_Operation_Details details,
CORBA::Object_var effective_target,
Collocation_Strategy  strat 
)
protectedvirtual

Reimplemented from TAO::Invocation_Adapter.

Invocation_Status TAO::DII_Deferred_Invocation_Adapter::invoke_twoway ( TAO_Operation_Details op,
CORBA::Object_var effective_target,
Profile_Transport_Resolver r,
ACE_Time_Value *&  max_wait_time,
Invocation_Retry_State retry_state = 0 
)
protectedvirtual

Reimplemented from TAO::Invocation_Adapter.

Member Data Documentation

TAO_ORB_Core* const TAO::DII_Deferred_Invocation_Adapter::orb_core_
private

Cache the orb_core.

TAO_DII_Deferred_Reply_Dispatcher* TAO::DII_Deferred_Invocation_Adapter::rd_
private

Reply dispatcher for the current Invocation.

CORBA::Request* TAO::DII_Deferred_Invocation_Adapter::request_
private

The documentation for this class was generated from the following files: