#include <ProxySupplier.h>
Inheritance diagram for TAO_Notify_ProxySupplier:
Public Types | |
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_ProxySupplier > | Ptr |
Public Member Functions | |
TAO_Notify_ProxySupplier (void) | |
Constuctor. | |
virtual | ~TAO_Notify_ProxySupplier () |
Destructor. | |
virtual void | init (TAO_Notify_ConsumerAdmin *consumer_admin ACE_ENV_ARG_DECL) |
Init. | |
void | connect (TAO_Notify_Consumer *consumer ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , CosEventChannelAdmin::AlreadyConnected ) |
Connect. | |
void | disconnect (ACE_ENV_SINGLE_ARG_DECL) |
Disconnect. | |
virtual void | deliver (TAO_Notify_Method_Request_Dispatch_No_Copy &request ACE_ENV_ARG_DECL) |
Dispatch Event to consumer. | |
virtual int | shutdown (ACE_ENV_SINGLE_ARG_DECL) |
Override TAO_Notify_Container_T::shutdown method. | |
virtual void | destroy (ACE_ENV_SINGLE_ARG_DECL) |
Destroy this object. | |
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_ |
ACE_Auto_Ptr< TAO_Notify_Consumer > | consumer_ |
The Consumer that we're connect to. | |
Friends | |
class | TAO_Notify_Consumer |
|
Reimplemented from TAO_Notify_Proxy. |
|
Constuctor.
|
|
Destructor.
|
|
Connect.
|
|
Access the Consumer.
|
|
The CA parent.
|
|
Dispatch Event to consumer.
|
|
Destroy this object.
Implements TAO_Notify_Proxy. |
|
Disconnect.
|
|
Init.
|
|
Returns true if connected.
|
|
Access our Peer.
Implements TAO_Notify_Proxy. |
|
Override, TAO_Notify_Proxy::qos_changed to apply MaxEventssPerConsumer QoS.
Reimplemented from TAO_Notify_Proxy. |
|
Override TAO_Notify_Container_T::shutdown method.
Reimplemented from TAO_Notify_Object. |
|
|
|
The Consumer that we're connect to.
|
|
= Data Members. The CA parent. |