#include <ProxyConsumer.h>
Inheritance diagram for TAO_NS_ProxyConsumer:
Public Methods | |
TAO_NS_ProxyConsumer (void) | |
Constuctor. More... | |
~TAO_NS_ProxyConsumer () | |
Destructor. More... | |
void | connect (TAO_NS_Supplier *supplier ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , CosEventChannelAdmin::AlreadyConnected ) |
Connect. More... | |
void | disconnect (ACE_ENV_SINGLE_ARG_DECL) |
Disconnect. More... | |
virtual void | shutdown (ACE_ENV_SINGLE_ARG_DECL) |
Shutdown (TAO_NS_Container_T method). More... | |
virtual void | push (TAO_NS_Event_var &event) |
Start event propagation. More... | |
virtual TAO_NS_Peer * | peer (void) |
Access our Peer. More... | |
TAO_NS_Supplier * | supplier (void) |
Access the Supplier. More... | |
int | is_connected (void) |
Return 1 if connected. More... | |
Protected Attributes | |
TAO_NS_Supplier * | supplier_ |
The Supplier that we're connect to. More... |
|
Constuctor.
|
|
Destructor.
|
|
Connect.
|
|
Disconnect.
|
|
Return 1 if connected.
|
|
Access our Peer.
Reimplemented from TAO_NS_Proxy. |
|
Start event propagation.
|
|
Shutdown (TAO_NS_Container_T method).
Reimplemented from TAO_NS_Object. |
|
Access the Supplier.
|
|
The Supplier that we're connect to.
|