#include <AdminProperties.h>
Inheritance diagram for TAO_Notify_AdminProperties:
|
|
|
Constuctor.
|
|
Destructor.
|
|
|
|
|
|
|
|
|
|
|
|
Return 0 on success, -1 on error.
Reimplemented from TAO_Notify_PropertySeq. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns true if Queue is full.
|
|
|
|
|
|
|
|
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. |
|
Reject any new event.
|
|
|