#include <Notify_AdminProperties.h>
Collaboration diagram for TAO_Notify_AdminProperties:
Public Methods | |
TAO_Notify_AdminProperties (void) | |
virtual | ~TAO_Notify_AdminProperties () |
virtual CosNotification::AdminProperties * | get_admin (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException ) |
virtual void | set_admin (const CosNotification::AdminProperties &admin ACE_ENV_ARG_DECL) throw ( CORBA::SystemException, CosNotification::UnsupportedAdmin ) |
CORBA::Long | max_queue_length (void) const |
CORBA::Long | max_consumers (void) const |
CORBA::Long | max_suppliers (void) const |
CORBA::Boolean | reject_new_events (void) const |
TAO_Notify_Signal_Property_Long * | queue_length (void) |
TAO_Notify_Property_Long * | consumers (void) |
TAO_Notify_Property_Long * | suppliers (void) |
CORBA::Boolean | queue_full (void) |
Protected Attributes | |
CORBA::Long | max_queue_length_ |
CORBA::Long | max_consumers_ |
CORBA::Long | max_suppliers_ |
CORBA::Boolean | reject_new_events_ |
TAO_Notify_Signal_Property_Long | queue_length_ |
TAO_Notify_Property_Long | consumers_ |
TAO_Notify_Property_Long | suppliers_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|