#include <Event_Map_Entry_T.h>
Inheritance diagram for TAO_Notify_Event_Map_Entry_T< PROXY >:
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 (ACE_ENV_SINGLE_ARG_DECL) |
Init - Allocates collection. | |
void | connected (PROXY *proxy ACE_ENV_ARG_DECL) |
Connect. | |
void | disconnected (PROXY *proxy ACE_ENV_ARG_DECL) |
Disconnect. | |
COLLECTION * | collection (void) |
Collection accessor. | |
int | count (void) |
Count accessor. | |
CORBA::ULong | _incr_refcnt (void) |
= Reference counting methods. | |
CORBA::ULong | _decr_refcnt (void) |
Protected Attributes | |
COLLECTION * | collection_ |
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. |
|
|
|
Constructor.
|
|
Destructor.
|
|
|
|
= Reference counting methods.
|
|
Collection accessor.
|
|
Connect.
|
|
Count accessor.
|
|
Disconnect.
|
|
Init - Allocates collection.
|
|
The Collection.
|
|
Count of PROXY's connected in the collection;.
|
|
Count of users accessing this entry.
|