The AdminProperties per EventChannel.
More...
#include <AdminProperties.h>
List of all members.
Detailed Description
The AdminProperties per EventChannel.
Member Typedef Documentation
Constructor & Destructor Documentation
TAO_Notify_AdminProperties::TAO_Notify_AdminProperties |
( |
void |
|
) |
|
TAO_Notify_AdminProperties::~TAO_Notify_AdminProperties |
( |
|
) |
[virtual] |
Member Function Documentation
CORBA::Long & TAO_Notify_AdminProperties::global_queue_length |
( |
void |
|
) |
|
TAO_SYNCH_MUTEX & TAO_Notify_AdminProperties::global_queue_lock |
( |
void |
|
) |
|
TAO_SYNCH_CONDITION & TAO_Notify_AdminProperties::global_queue_not_full |
( |
void |
|
) |
|
void TAO_Notify_AdminProperties::init |
( |
|
) |
|
finish initialization after values are set by topology load
Returns true if Queue is full.
Member Data Documentation
These are used to count the number of consumers and suppliers connected to the system.
This is used to count the queue length across all buffers in the Notify Service to enforce the "MaxQueueLength" property.
Global queue lock used to serialize access to all queues.
The condition that the queue_length_ is not at max.
The maximum number of consumers that can be connected to the channel at any given time.
The maximum number of events that will be queued by the channel before the channel begins discarding events or rejecting new events upon receipt of each new event.
The maximum number of suppliers that can be connected to the channel at any given time.
The documentation for this class was generated from the following files: