#include <Notify_Listeners.h>
Inheritance diagram for TAO_Notify_EventSource:
Public Methods | |
virtual CORBA::Boolean | evaluate_filter (TAO_Notify_Event &event ACE_ENV_ARG_DECL)=0 |
Evaluates true if this event is acceptable by the Source. More... | |
virtual TAO_Notify_Worker_Task * | filter_eval_task (void)=0 |
The Worker task associated with the event listener for filter evaluation. More... |
The event source suppliers events to the Notify Manager.
|
Evaluates true if this event is acceptable by the Source.
Reimplemented in TAO_Notify_ProxyConsumer, TAO_Notify_ProxyConsumer< POA_CosNotifyChannelAdmin::ProxyPushConsumer >, TAO_Notify_ProxyConsumer< POA_CosNotifyChannelAdmin::SequenceProxyPushConsumer >, and TAO_Notify_ProxyConsumer< POA_CosNotifyChannelAdmin::StructuredProxyPushConsumer >. |
|
The Worker task associated with the event listener for filter evaluation.
Reimplemented in TAO_Notify_ProxyConsumer, TAO_Notify_ProxyConsumer< POA_CosNotifyChannelAdmin::ProxyPushConsumer >, TAO_Notify_ProxyConsumer< POA_CosNotifyChannelAdmin::SequenceProxyPushConsumer >, and TAO_Notify_ProxyConsumer< POA_CosNotifyChannelAdmin::StructuredProxyPushConsumer >. |