TAO_CosNotification
2.1.2
|
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.
Constructor.
Destructor.
void TAO_Notify_ProxySupplier::connect | ( | TAO_Notify_Consumer * | consumer | ) |
Connect.
Access the Consumer.
The CA parent.
|
virtual |
Dispatch Event to consumer.
Reimplemented in TAO_Notify_RT_StructuredProxyPushSupplier.
|
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.
|
virtual |
Init.
bool TAO_Notify_ProxySupplier::is_connected | ( | void | ) | const |
Returns true if connected.
|
privatevirtual |
Access our Peer.
Implements TAO_Notify_Proxy.
|
virtual |
Override, TAO_Notify_Proxy::qos_changed to apply MaxEventssPerConsumer QoS.
Reimplemented from TAO_Notify_Proxy.
|
virtual |
Override TAO_Notify_Container_T::shutdown method.
Reimplemented from TAO_Notify_Object.
|
friend |
The Consumer that we're connect to.
= Data Members. The CA parent.