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

TAO_Connect_Strategy Class Reference

Define the interface for the connect strategy, i.e. the algorithm that controls how does the ORB establishes remote connections. More...

#include <Connect_Strategy.h>

Inheritance diagram for TAO_Connect_Strategy:

Inheritance graph
[legend]
Collaboration diagram for TAO_Connect_Strategy:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Connect_Strategy (TAO_ORB_Core *orb)
 Constructor. More...

virtual ~TAO_Connect_Strategy (void)
 Destructor. More...

virtual void synch_options (ACE_Time_Value *val, ACE_Synch_Options &opt)=0
virtual int wait (TAO_Connection_Handler *ch, ACE_Time_Value *val)=0

Protected Attributes

TAO_ORB_Coreorb_core_
 Cached copy of the ORB core pointer. More...


Detailed Description

Define the interface for the connect strategy, i.e. the algorithm that controls how does the ORB establishes remote connections.

The thread that establishes remote connections can either make a blocking or a non-blocking connect. The strategy to wait for the connection completion can also be different.

This strategy controls how does the ORB schedules and waits for connection completion.


Constructor & Destructor Documentation

TAO_Connect_Strategy::TAO_Connect_Strategy TAO_ORB_Core   orb_core
 

Constructor.

TAO_Connect_Strategy::~TAO_Connect_Strategy void    [virtual]
 

Destructor.


Member Function Documentation

virtual void TAO_Connect_Strategy::synch_options ACE_Time_Value   timeout,
ACE_Synch_Options   options
[pure virtual]
 

Reimplemented in TAO_Blocked_Connect_Strategy, TAO_LF_Connect_Strategy, and TAO_Reactive_Connect_Strategy.

virtual int TAO_Connect_Strategy::wait TAO_Connection_Handler   ch,
ACE_Time_Value   max_wait_time
[pure virtual]
 

Reimplemented in TAO_Blocked_Connect_Strategy, TAO_LF_Connect_Strategy, and TAO_Reactive_Connect_Strategy.


Member Data Documentation

TAO_ORB_Core* TAO_Connect_Strategy::orb_core_ [protected]
 

Cached copy of the ORB core pointer.


The documentation for this class was generated from the following files:
Generated on Thu Oct 10 18:29:30 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001