Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TAO_Flushing_Strategy Class Reference

Define the interface for the flushing strategy, i.e. the algorithm that controls how does the ORB flush outgoing data. More...

#include <Flushing_Strategy.h>

Inheritance diagram for TAO_Flushing_Strategy:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~TAO_Flushing_Strategy (void)
 Destructor.
virtual int schedule_output (TAO_Transport *transport)=0
 Schedule the transport argument to be flushed.
virtual int cancel_output (TAO_Transport *transport)=0
 Cancel all scheduled output for the transport argument.
virtual int flush_message (TAO_Transport *transport, TAO_Queued_Message *msg, ACE_Time_Value *max_wait_time)=0
virtual int flush_transport (TAO_Transport *transport)=0
 Wait until the transport has no messages queued.

Detailed Description

Define the interface for the flushing strategy, i.e. the algorithm that controls how does the ORB flush outgoing data.

Please read the documentation in the TAO_Transport class to find out more about the design of the outgoing data path.

Some applications can block the current thread whenever they are sending out data. In those cases they can obtain better performance by blocking in calls to write() than by participating in the Leader/Followers protocol to shared the ORB Reactor.

This strategy controls how does the ORB schedule and cancel reactive I/O, if there is no reactive I/O the strategy is just a no-op.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Flushing_Strategy::~TAO_Flushing_Strategy void   )  [virtual]
 

Destructor.


Member Function Documentation

virtual int TAO_Flushing_Strategy::cancel_output TAO_Transport transport  )  [pure virtual]
 

Cancel all scheduled output for the transport argument.

Implemented in TAO_Block_Flushing_Strategy, TAO_Leader_Follower_Flushing_Strategy, and TAO_Reactive_Flushing_Strategy.

virtual int TAO_Flushing_Strategy::flush_message TAO_Transport transport,
TAO_Queued_Message msg,
ACE_Time_Value max_wait_time
[pure virtual]
 

Wait until msg is sent out. Potentially other messages are flushed too, for example, because there are ahead in the queue.

Implemented in TAO_Block_Flushing_Strategy, TAO_Leader_Follower_Flushing_Strategy, and TAO_Reactive_Flushing_Strategy.

virtual int TAO_Flushing_Strategy::flush_transport TAO_Transport transport  )  [pure virtual]
 

Wait until the transport has no messages queued.

Implemented in TAO_Block_Flushing_Strategy, TAO_Leader_Follower_Flushing_Strategy, and TAO_Reactive_Flushing_Strategy.

virtual int TAO_Flushing_Strategy::schedule_output TAO_Transport transport  )  [pure virtual]
 

Schedule the transport argument to be flushed.

Implemented in TAO_Block_Flushing_Strategy, TAO_Leader_Follower_Flushing_Strategy, and TAO_Reactive_Flushing_Strategy.


The documentation for this class was generated from the following files:
Generated on Tue Dec 20 23:27:41 2005 for TAO by  doxygen 1.3.9.1