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

TAO_Active_Demux_OpTable Class Reference

Implements the active demultiplexed lookup strategy. The key is assumed to provide an index directly into the internal table. More...

#include <Operation_Table.h>

Inheritance diagram for TAO_Active_Demux_OpTable:

Inheritance graph
[legend]
Collaboration diagram for TAO_Active_Demux_OpTable:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Active_Demux_OpTable (const TAO_operation_db_entry *db, CORBA::ULong dbsize)
 Initializes the internal table with the database of operations.

 ~TAO_Active_Demux_OpTable (void)
 Destructor.

virtual int find (const char *opname, TAO_Skeleton &skel_ptr, const unsigned int length=0)
 See the documentation in the base class fopr details.

virtual int find (const char *opname, TAO_Collocated_Skeleton &skelfunc, TAO::Collocation_Strategy s, const unsigned int length=0)
virtual int bind (const char *opname, const TAO::Operation_Skeletons skelptr)

Private Attributes

CORBA::ULong next_
 The next available free slot.

CORBA::ULong tablesize_
 Size of the internal table.

TAO_Active_Demux_OpTable_Entrytbl_
 Internal lookup table.


Detailed Description

Implements the active demultiplexed lookup strategy. The key is assumed to provide an index directly into the internal table.


Constructor & Destructor Documentation

TAO_Active_Demux_OpTable::TAO_Active_Demux_OpTable const TAO_operation_db_entry   db,
CORBA::ULong    dbsize
 

Initializes the internal table with the database of operations.

TAO_Active_Demux_OpTable::~TAO_Active_Demux_OpTable void   
 

Destructor.


Member Function Documentation

int TAO_Active_Demux_OpTable::bind const char *    opname,
const TAO::Operation_Skeletons    skelptr
[virtual]
 

Associate the skeleton <{skel_ptr}> with an operation named <{opname}>. Returns -1 on failure, 0 on success, 1 on duplicate.

Implements TAO_Operation_Table.

int TAO_Active_Demux_OpTable::find const char *    opname,
TAO_Collocated_Skeleton   skelfunc,
TAO::Collocation_Strategy    s,
const unsigned int    length = 0
[virtual]
 

Uses <{opname}> to look up the collocated skeleton function and pass it back in <{cskelfunc}>. Returns non-negative integer on success, or -1 on failure.

Implements TAO_Operation_Table.

int TAO_Active_Demux_OpTable::find const char *    opname,
TAO_Skeleton &    skel_ptr,
const unsigned int    length = 0
[virtual]
 

See the documentation in the base class fopr details.

Implements TAO_Operation_Table.


Member Data Documentation

CORBA::ULong TAO_Active_Demux_OpTable::next_ [private]
 

The next available free slot.

CORBA::ULong TAO_Active_Demux_OpTable::tablesize_ [private]
 

Size of the internal table.

TAO_Active_Demux_OpTable_Entry* TAO_Active_Demux_OpTable::tbl_ [private]
 

Internal lookup table.


The documentation for this class was generated from the following files:
Generated on Fri Apr 2 17:54:34 2004 for TAO_PortableServer by doxygen1.2.18