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

TAO_Active_Object_Map::Map_Entry Struct Reference

Value field of the active object map. More...

#include <Active_Object_Map.h>

Collaboration diagram for TAO_Active_Object_Map::Map_Entry:

Collaboration graph
[legend]
List of all members.

Public Methods

 Map_Entry (void)
 Default constructor.


Public Attributes

PortableServer::ObjectId user_id_
 User id.

PortableServer::ObjectId system_id_
 System id.

PortableServer::Servant servant_
 Servant.

CORBA::UShort reference_count_
 Reference count on outstanding requests on this servant.

CORBA::Boolean deactivated_
 Has this servant been deactivated already?

CORBA::Short priority_
 Priority of this servant.


Detailed Description

Value field of the active object map.

We need a mapping from and to all of the following fields: <user_id>, <system_id>, and <servant>. Therefore, we keep all the fields together in the map.


Constructor & Destructor Documentation

TAO_Active_Object_Map::Map_Entry::Map_Entry void   
 

Default constructor.


Member Data Documentation

CORBA::Boolean TAO_Active_Object_Map::Map_Entry::deactivated_
 

Has this servant been deactivated already?

CORBA::Short TAO_Active_Object_Map::Map_Entry::priority_
 

Priority of this servant.

CORBA::UShort TAO_Active_Object_Map::Map_Entry::reference_count_
 

Reference count on outstanding requests on this servant.

PortableServer::Servant TAO_Active_Object_Map::Map_Entry::servant_
 

Servant.

PortableServer::ObjectId TAO_Active_Object_Map::Map_Entry::system_id_
 

System id.

PortableServer::ObjectId TAO_Active_Object_Map::Map_Entry::user_id_
 

User id.


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