TAO_CosNotification
2.0.8
|
Implements the CosNotifyChannelAdmin::StructuredProxyPushSupplier methods. More...
#include <StructuredProxyPushSupplier.h>
Public Member Functions | |
TAO_Notify_StructuredProxyPushSupplier (void) | |
Constructor. | |
virtual | ~TAO_Notify_StructuredProxyPushSupplier () |
Destructor. | |
virtual void | load_attrs (const TAO_Notify::NVPList &attrs) |
virtual void | validate () |
virtual CosNotifyChannelAdmin::ProxyType | MyType (void) |
= Servant methods | |
virtual void | connect_structured_push_consumer (CosNotifyComm::StructuredPushConsumer_ptr push_consumer) |
virtual void | disconnect_structured_push_supplier () |
virtual const char * | get_proxy_type_name (void) const |
virtual void | configure (TAO_Notify_ConsumerAdmin &admin, CosNotifyChannelAdmin::ProxyID_out proxy_id) |
Private Types | |
typedef TAO_Notify_ProxySupplier_T < POA_Event_Forwarder::StructuredProxyPushSupplier > | SuperClass |
Private Member Functions | |
virtual void | release (void) |
Release. | |
Friends | |
class | TAO_Notify_Builder |
Implements the CosNotifyChannelAdmin::StructuredProxyPushSupplier methods.
typedef TAO_Notify_ProxySupplier_T<POA_Event_Forwarder::StructuredProxyPushSupplier> TAO_Notify_StructuredProxyPushSupplier::SuperClass [private] |
TAO_Notify_StructuredProxyPushSupplier::TAO_Notify_StructuredProxyPushSupplier | ( | void | ) |
Constructor.
TAO_Notify_StructuredProxyPushSupplier::~TAO_Notify_StructuredProxyPushSupplier | ( | ) | [virtual] |
Destructor.
void TAO_Notify_StructuredProxyPushSupplier::configure | ( | TAO_Notify_ConsumerAdmin & | admin, |
CosNotifyChannelAdmin::ProxyID_out | proxy_id | ||
) | [virtual] |
void TAO_Notify_StructuredProxyPushSupplier::connect_structured_push_consumer | ( | CosNotifyComm::StructuredPushConsumer_ptr | push_consumer | ) | [virtual] |
void TAO_Notify_StructuredProxyPushSupplier::disconnect_structured_push_supplier | ( | void | ) | [virtual] |
const char * TAO_Notify_StructuredProxyPushSupplier::get_proxy_type_name | ( | void | ) | const [virtual] |
Implements TAO_Notify_Proxy.
void TAO_Notify_StructuredProxyPushSupplier::load_attrs | ( | const TAO_Notify::NVPList & | attrs | ) | [virtual] |
Load our attributes. Each derived type should call the superclass load first before loading its own attributes.
Reimplemented from TAO_Notify_Object.
CosNotifyChannelAdmin::ProxyType TAO_Notify_StructuredProxyPushSupplier::MyType | ( | void | ) | [virtual] |
= Servant methods
void TAO_Notify_StructuredProxyPushSupplier::release | ( | void | ) | [private, virtual] |
Release.
Implements TAO_Notify_Refcountable.
void TAO_Notify_StructuredProxyPushSupplier::validate | ( | ) | [virtual] |
Implements TAO_Notify_Proxy.
friend class TAO_Notify_Builder [friend] |
Reimplemented from TAO_Notify_Object.