TAO_CosNotification
2.1.2
|
#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. |
Constructor.
Destructor.
|
virtual |
Activate this object and obtain the Event_Forwarder interface.
Reimplemented from TAO_Notify_Proxy.
|
virtual |
Dummy method to prevent hidden TAO_Notify_Proxy::activate warning.
Reimplemented from TAO_Notify_Proxy.
|
virtual |
Dispatch Event to consumer.
Reimplemented from TAO_Notify_ProxySupplier.
|
virtual |
Dispatch Event to consumer, no filtering.
|
private |
Our ref.