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

TAO_Transport_Sync_Strategy Class Reference

#include <Sync_Strategies.h>

Inheritance diagram for TAO_Transport_Sync_Strategy

Inheritance graph
[legend]
Collaboration diagram for TAO_Transport_Sync_Strategy:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual int must_queue (int queue_empty)
 Return 1 if a message must be queued.

virtual int buffering_constraints_reached (TAO_Stub *stub, size_t msg_count, size_t total_bytes, int &must_flush, const ACE_Time_Value &current_deadline, int &set_timer, ACE_Time_Value &interval)
 Return 1 if it is time to start. More...


Member Function Documentation

int TAO_Transport_Sync_Strategy::buffering_constraints_reached ( TAO_Stub * stub,
size_t msg_count,
size_t total_bytes,
int & must_flush,
const ACE_Time_Value & current_deadline,
int & set_timer,
ACE_Time_Value & interval ) [virtual]
 

Return 1 if it is time to start.

Parameters:
stub   The object used to make the request, this is used to obtain the policies currently in effect for the request
msg_count   The number of messages currently queued
total_bytes   Number of bytes currently queued
set_timer   Returns 1 if a timer should be set to drain the queue
interval   If set_timer returns 1, this parameter contains the timer interval

Reimplemented from TAO_Sync_Strategy.

int TAO_Transport_Sync_Strategy::must_queue ( int queue_empty ) [virtual]
 

Return 1 if a message must be queued.

Reimplemented from TAO_Sync_Strategy.


The documentation for this class was generated from the following files:
Generated at Sat Dec 1 12:09:14 2001 for TAO by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000