TAO_CosNotification  2.0.7
Public Types | Public Member Functions | Protected Attributes
TAO_Notify_Event_Map_Entry_T Class Reference

The entry stored in the event map. More...

#include <Event_Map_Entry_T.h>

Inheritance diagram for TAO_Notify_Event_Map_Entry_T:
Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Event_Map_Entry_T:
Collaboration graph
[legend]

List of all members.

Public Types

typedef
TAO_ESF_Proxy_Collection
< PROXY > 
COLLECTION

Public Member Functions

 TAO_Notify_Event_Map_Entry_T (void)
 Constructor.
 ~TAO_Notify_Event_Map_Entry_T (void)
 Destructor.
void init (void)
 Init - Allocates collection.
void connected (PROXY *proxy)
 Connect.
void disconnected (PROXY *proxy)
 Disconnect.
COLLECTIONcollection (void)
 Collection accessor.
int count (void)
 Count accessor.
CORBA::ULong _incr_refcnt (void)
 = Reference counting methods.
CORBA::ULong _decr_refcnt (void)

Protected Attributes

COLLECTIONcollection_
 The Collection.
int count_
 Count of PROXY's connected in the collection;.
ACE_Atomic_Op< TAO_SYNCH_MUTEX,
int > 
usage_count_
 Count of users accessing this entry.

Detailed Description

The entry stored in the event map.


Member Typedef Documentation


Constructor & Destructor Documentation

TAO_Notify_Event_Map_Entry_T::TAO_Notify_Event_Map_Entry_T ( void  )

Constructor.

TAO_Notify_Event_Map_Entry_T::~TAO_Notify_Event_Map_Entry_T ( void  )

Destructor.


Member Function Documentation

CORBA::ULong TAO_Notify_Event_Map_Entry_T::_decr_refcnt ( void  )
CORBA::ULong TAO_Notify_Event_Map_Entry_T::_incr_refcnt ( void  )

= Reference counting methods.

COLLECTION* TAO_Notify_Event_Map_Entry_T::collection ( void  )

Collection accessor.

void TAO_Notify_Event_Map_Entry_T::connected ( PROXY *  proxy)

Connect.

int TAO_Notify_Event_Map_Entry_T::count ( void  )

Count accessor.

void TAO_Notify_Event_Map_Entry_T::disconnected ( PROXY *  proxy)

Disconnect.

void TAO_Notify_Event_Map_Entry_T::init ( void  )

Init - Allocates collection.


Member Data Documentation

The Collection.

Count of PROXY's connected in the collection;.

Count of users accessing this entry.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines