TAO_CosNotification
2.0.8
|
Base class for all the ProxySuppliers. More...
#include <ProxySupplier.h>
Public Types | |
typedef TAO_Notify_Refcountable_Guard_T < TAO_Notify_ProxySupplier > | Ptr |
Public Member Functions | |
TAO_Notify_ProxySupplier (void) | |
Constructor. | |
virtual | ~TAO_Notify_ProxySupplier () |
Destructor. | |
virtual void | init (TAO_Notify_ConsumerAdmin *consumer_admin) |
Init. | |
void | connect (TAO_Notify_Consumer *consumer) |
Connect. | |
void | disconnect (void) |
Disconnect. | |
virtual void | deliver (TAO_Notify_Method_Request_Dispatch_No_Copy &request) |
Dispatch Event to consumer. | |
virtual int | shutdown (void) |
Override TAO_Notify_Container_T::shutdown method. | |
virtual void | destroy (void) |
Destroy this object. | |
void | destroy (bool from_timeout) |
virtual void | qos_changed (const TAO_Notify_QoSProperties &qos_properties) |
Override, TAO_Notify_Proxy::qos_changed to apply MaxEventssPerConsumer QoS. | |
bool | is_connected (void) const |
Returns true if connected. | |
TAO_Notify_Consumer * | consumer (void) |
Access the Consumer. | |
TAO_Notify_ConsumerAdmin & | consumer_admin (void) |
The CA parent. | |
Private Member Functions | |
virtual TAO_Notify_Peer * | peer (void) |
Access our Peer. | |
Private Attributes | |
TAO_Notify_ConsumerAdmin::Ptr | consumer_admin_ |
TAO_Notify_Consumer::Ptr | consumer_ |
The Consumer that we're connect to. | |
Friends | |
class | TAO_Notify_Consumer |
Base class for all the ProxySuppliers.
Reimplemented from TAO_Notify_Proxy.
TAO_Notify_ProxySupplier::TAO_Notify_ProxySupplier | ( | void | ) |
Constructor.
TAO_Notify_ProxySupplier::~TAO_Notify_ProxySupplier | ( | ) | [virtual] |
Destructor.
void TAO_Notify_ProxySupplier::connect | ( | TAO_Notify_Consumer * | consumer | ) |
Connect.
TAO_Notify_Consumer * TAO_Notify_ProxySupplier::consumer | ( | void | ) |
Access the Consumer.
TAO_Notify_ConsumerAdmin & TAO_Notify_ProxySupplier::consumer_admin | ( | void | ) |
The CA parent.
void TAO_Notify_ProxySupplier::deliver | ( | TAO_Notify_Method_Request_Dispatch_No_Copy & | request | ) | [virtual] |
Dispatch Event to consumer.
Reimplemented in TAO_Notify_RT_StructuredProxyPushSupplier.
void TAO_Notify_ProxySupplier::destroy | ( | void | ) | [virtual] |
Destroy this object.
Implements TAO_Notify_Proxy.
void TAO_Notify_ProxySupplier::destroy | ( | bool | from_timeout | ) |
Destroy this object, but also indicate if it is due to a timeout or not.
void TAO_Notify_ProxySupplier::disconnect | ( | void | ) |
Disconnect.
void TAO_Notify_ProxySupplier::init | ( | TAO_Notify_ConsumerAdmin * | consumer_admin | ) | [virtual] |
Init.
bool TAO_Notify_ProxySupplier::is_connected | ( | void | ) | const |
Returns true if connected.
TAO_Notify_Peer * TAO_Notify_ProxySupplier::peer | ( | void | ) | [private, virtual] |
Access our Peer.
Implements TAO_Notify_Proxy.
void TAO_Notify_ProxySupplier::qos_changed | ( | const TAO_Notify_QoSProperties & | qos_properties | ) | [virtual] |
Override, TAO_Notify_Proxy::qos_changed to apply MaxEventssPerConsumer QoS.
Reimplemented from TAO_Notify_Proxy.
int TAO_Notify_ProxySupplier::shutdown | ( | void | ) | [virtual] |
Override TAO_Notify_Container_T::shutdown method.
Reimplemented from TAO_Notify_Object.
friend class TAO_Notify_Consumer [friend] |
The Consumer that we're connect to.
= Data Members. The CA parent.