TAO_PortableServer
2.0.8
|
Value field of the active object map. More...
#include <Active_Object_Map_Entry.h>
Public Member Functions | |
TAO_Active_Object_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. |
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.
TAO_Active_Object_Map_Entry::TAO_Active_Object_Map_Entry | ( | void | ) |
Default constructor.
Has this servant been deactivated already?
Priority of this servant.
Reference count on outstanding requests on this servant.