TAO_Connection_Purging_Strategy Class Reference

The base class for all purging strategies. More...

#include <Connection_Purging_Strategy.h>

Inheritance diagram for TAO_Connection_Purging_Strategy:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 TAO_Connection_Purging_Strategy (int cache_maximum)
 The constructor.
virtual ~TAO_Connection_Purging_Strategy (void)
 The destructor.
virtual int cache_maximum (void) const
 Return the maximum number of cache entries.
virtual void update_item (TAO_Transport *transport)=0
 Sub-classes must implement these methods.

Private Attributes

int cache_maximum_
 The maximum number of cach entries.

Detailed Description

The base class for all purging strategies.

This class is used by the Transport_Cache_Manager to maintain ordering information on each Transport that is created.

Definition at line 41 of file Connection_Purging_Strategy.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_Connection_Purging_Strategy::TAO_Connection_Purging_Strategy ( int  cache_maximum  ) 

The constructor.

Definition at line 8 of file Connection_Purging_Strategy.inl.

00010   : cache_maximum_ (cache_maximum)
00011 {
00012 }

virtual TAO_Connection_Purging_Strategy::~TAO_Connection_Purging_Strategy ( void   )  [virtual]

The destructor.


Member Function Documentation

int TAO_Connection_Purging_Strategy::cache_maximum ( void   )  const [virtual]

Return the maximum number of cache entries.

Definition at line 20 of file Connection_Purging_Strategy.cpp.

References cache_maximum_.

Referenced by TAO::Transport_Cache_Manager::fill_set_i().

00021 {
00022   return cache_maximum_;
00023 }

virtual void TAO_Connection_Purging_Strategy::update_item ( TAO_Transport transport  )  [pure virtual]

Sub-classes must implement these methods.

Implemented in TAO_LRU_Connection_Purging_Strategy.

Referenced by TAO::Transport_Cache_Manager::bind_i(), TAO::Transport_Cache_Manager::find(), and TAO::Transport_Cache_Manager::update_entry().


Member Data Documentation

int TAO_Connection_Purging_Strategy::cache_maximum_ [private]

The maximum number of cach entries.

Definition at line 58 of file Connection_Purging_Strategy.h.

Referenced by cache_maximum().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:39:25 2010 for TAO by  doxygen 1.4.7