#include <Notify_Buffering_Strategy.h>
Collaboration diagram for TAO_Notify_Buffering_Strategy:
Public Methods | |
TAO_Notify_Buffering_Strategy (TAO_Notify_Property_Long* const queue_length) | |
virtual | ~TAO_Notify_Buffering_Strategy () |
virtual void | execute (ACE_Message_Queue<ACE_SYNCH>* msg_queue, TAO_Notify_Command *mb, CORBA::Environment& ACE_TRY_ENV, ACE_Time_Value *tv) |
void | max_queue_length (CORBA::Long max_queue_length) |
void | order_policy (CORBA::Short order_policy) |
void | discard_policy (CORBA::Short discard_policy) |
Protected Attributes | |
TAO_Notify_Property_Long* const | queue_length_ |
CORBA::Long | max_queue_length_ |
CORBA::Short | order_policy_ |
CORBA::Short | discard_policy_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|