Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_GIOP_Twoway_Invocation Class Reference

Encapsulate a two-way invocation. More...

#include <Invocation.h>

Inheritance diagram for TAO_GIOP_Twoway_Invocation

Inheritance graph
[legend]
Collaboration diagram for TAO_GIOP_Twoway_Invocation:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_GIOP_Twoway_Invocation (TAO_Stub *stub, const char *operation, CORBA::ULong opname_len, CORBA::Boolean argument_flag, TAO_ORB_Core *orb_core, int byte_order = TAO_ENCAP_BYTE_ORDER)
 Constructor.

virtual ~TAO_GIOP_Twoway_Invocation (void)
 Destructor.


Detailed Description

Encapsulate a two-way invocation.

Sends a two-way request, and expects the reply. This class connects (or lookups a connection from the cache) to the remote server, builds the CDR stream for the Request, send the CDR stream and expects the response and interprets the incoming CDR stream.


Constructor & Destructor Documentation

ACE_INLINE TAO_GIOP_Twoway_Invocation::TAO_GIOP_Twoway_Invocation ( TAO_Stub * stub,
const char * operation,
CORBA::ULong opname_len,
CORBA::Boolean argument_flag,
TAO_ORB_Core * orb_core,
int byte_order = TAO_ENCAP_BYTE_ORDER )
 

Constructor.

ACE_INLINE TAO_GIOP_Twoway_Invocation::~TAO_GIOP_Twoway_Invocation ( void ) [virtual]
 

Destructor.


The documentation for this class was generated from the following files:
Generated at Fri Oct 5 08:02:21 2001 for TAO by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000