TAO_CosNotification
2.0.8
|
#include <RT_StructuredProxyPushSupplier.h>
Public Member Functions | |
TAO_Notify_RT_StructuredProxyPushSupplier (void) | |
Constructor. | |
~TAO_Notify_RT_StructuredProxyPushSupplier () | |
Destructor. | |
virtual CORBA::Object_ptr | activate (PortableServer::Servant servant) |
Activate this object and obtain the Event_Forwarder interface. | |
virtual CORBA::Object_ptr | activate (PortableServer::Servant servant, CORBA::Long id) |
Dummy method to prevent hidden TAO_Notify_Proxy::activate warning. | |
void | deliver (TAO_Notify_Method_Request_Dispatch_No_Copy &request) |
Dispatch Event to consumer. | |
virtual void | push_no_filtering (const TAO_Notify_Event *event) |
Dispatch Event to consumer, no filtering. | |
Private Attributes | |
Event_Forwarder::StructuredProxyPushSupplier_var | event_forwarder_ |
Our ref. |
TAO_Notify_RT_StructuredProxyPushSupplier::TAO_Notify_RT_StructuredProxyPushSupplier | ( | void | ) |
Constructor.
TAO_Notify_RT_StructuredProxyPushSupplier::~TAO_Notify_RT_StructuredProxyPushSupplier | ( | ) |
Destructor.
CORBA::Object_ptr TAO_Notify_RT_StructuredProxyPushSupplier::activate | ( | PortableServer::Servant | servant | ) | [virtual] |
Activate this object and obtain the Event_Forwarder interface.
Reimplemented from TAO_Notify_Proxy.
CORBA::Object_ptr TAO_Notify_RT_StructuredProxyPushSupplier::activate | ( | PortableServer::Servant | servant, |
CORBA::Long | id | ||
) | [virtual] |
Dummy method to prevent hidden TAO_Notify_Proxy::activate warning.
Reimplemented from TAO_Notify_Proxy.
void TAO_Notify_RT_StructuredProxyPushSupplier::deliver | ( | TAO_Notify_Method_Request_Dispatch_No_Copy & | request | ) | [virtual] |
Dispatch Event to consumer.
Reimplemented from TAO_Notify_ProxySupplier.
void TAO_Notify_RT_StructuredProxyPushSupplier::push_no_filtering | ( | const TAO_Notify_Event * | event | ) | [virtual] |
Dispatch Event to consumer, no filtering.
Event_Forwarder::StructuredProxyPushSupplier_var TAO_Notify_RT_StructuredProxyPushSupplier::event_forwarder_ [private] |
Our ref.