#include <ProxySupplier_T.h>
Inheritance diagram for TAO_Notify_ProxySupplier_T< SERVANT_TYPE >:
Public Member Functions | |
TAO_Notify_ProxySupplier_T (void) | |
Constuctor. | |
~TAO_Notify_ProxySupplier_T () | |
Destructor. | |
virtual void | admin_types_changed (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed ACE_ENV_ARG_DECL) |
Notification of subscriptions set at the admin. | |
virtual void | forward_structured (const CosNotification::StructuredEvent &event ACE_ENV_ARG_DECL) throw ( CORBA::SystemException ) |
virtual void | forward_structured_no_filtering (const CosNotification::StructuredEvent &event ACE_ENV_ARG_DECL) throw ( CORBA::SystemException ) |
POA_Notify_Internal::Event_Forwarder method. | |
virtual void | forward_any (const CORBA::Any &event ACE_ENV_ARG_DECL) throw ( CORBA::SystemException ) |
POA_Notify_Internal::Event_Forwarder method. | |
virtual void | forward_any_no_filtering (const CORBA::Any &event ACE_ENV_ARG_DECL) throw ( CORBA::SystemException ) |
POA_Notify_Internal::Event_Forwarder method. | |
Protected Member Functions | |
virtual CosNotifyChannelAdmin::ConsumerAdmin_ptr | MyAdmin (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException ) |
virtual void | suspend_connection (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException, CosNotifyChannelAdmin::ConnectionAlreadyInactive, CosNotifyChannelAdmin::NotConnected ) |
virtual void | resume_connection (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException, CosNotifyChannelAdmin::ConnectionAlreadyActive, CosNotifyChannelAdmin::NotConnected ) |
virtual CosNotifyFilter::MappingFilter_ptr | priority_filter (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException ) |
virtual void | priority_filter (CosNotifyFilter::MappingFilter_ptr priority_filter ACE_ENV_ARG_DECL) throw ( CORBA::SystemException ) |
virtual CosNotifyFilter::MappingFilter_ptr | lifetime_filter (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException ) |
virtual void | lifetime_filter (CosNotifyFilter::MappingFilter_ptr lifetime_filter ACE_ENV_ARG_DECL) throw ( CORBA::SystemException ) |
virtual CosNotification::EventTypeSeq * | obtain_offered_types (CosNotifyChannelAdmin::ObtainInfoMode mode ACE_ENV_ARG_DECL) throw ( CORBA::SystemException ) |
virtual void | subscription_change (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed ACE_ENV_ARG_DECL) throw ( CORBA::SystemException, CosNotifyComm::InvalidEventType ) |
Protected Attributes | |
CORBA::Boolean | is_suspended_ |
|
Constuctor.
|
|
Destructor.
|
|
Notification of subscriptions set at the admin.
Implements TAO_Notify_Proxy. |
|
POA_Notify_Internal::Event_Forwarder method.
|
|
POA_Notify_Internal::Event_Forwarder method.
|
|
= POA_Notify_Internal methods POA_Notify_Internal::Event_Forwarder method |
|
POA_Notify_Internal::Event_Forwarder method.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|