TAO_ECG_UDP_Receiver_Disconnect_Command Class Reference

Disconnects supplier represented by proxy from the Event Channel. More...

#include <ECG_UDP_Receiver.h>

List of all members.

Public Member Functions

 TAO_ECG_UDP_Receiver_Disconnect_Command (void)
 TAO_ECG_UDP_Receiver_Disconnect_Command (RtecEventChannelAdmin::ProxyPushConsumer_ptr proxy)
 TAO_ECG_UDP_Receiver_Disconnect_Command (const TAO_ECG_UDP_Receiver_Disconnect_Command &rhs)
TAO_ECG_UDP_Receiver_Disconnect_Commandoperator= (const TAO_ECG_UDP_Receiver_Disconnect_Command &rhs)
void execute ()

Private Attributes

RtecEventChannelAdmin::ProxyPushConsumer_var proxy_


Detailed Description

Disconnects supplier represented by proxy from the Event Channel.

Utility class for use as a template argument to TAO_EC_Auto_Command. TAO_EC_Auto_Command<TAO_ECG_UDP_Receiver_Disconnect_Command> manages supplier connection to the Event Channel, automatically disconnecting from proxy in its destructor, if necessary.

Definition at line 73 of file ECG_UDP_Receiver.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_ECG_UDP_Receiver_Disconnect_Command::TAO_ECG_UDP_Receiver_Disconnect_Command void   ) 
 

Definition at line 9 of file ECG_UDP_Receiver.i.

00010   : proxy_ ()
00011 {
00012 }

ACE_INLINE TAO_ECG_UDP_Receiver_Disconnect_Command::TAO_ECG_UDP_Receiver_Disconnect_Command RtecEventChannelAdmin::ProxyPushConsumer_ptr  proxy  ) 
 

Definition at line 16 of file ECG_UDP_Receiver.i.

00018   : proxy_ (RtecEventChannelAdmin::ProxyPushConsumer::_duplicate (proxy))
00019 {
00020 }

ACE_INLINE TAO_ECG_UDP_Receiver_Disconnect_Command::TAO_ECG_UDP_Receiver_Disconnect_Command const TAO_ECG_UDP_Receiver_Disconnect_Command rhs  ) 
 

Definition at line 24 of file ECG_UDP_Receiver.i.

00026   : proxy_ (RtecEventChannelAdmin::ProxyPushConsumer::_duplicate
00027             (rhs.proxy_.in ()))
00028 {
00029 }


Member Function Documentation

void TAO_ECG_UDP_Receiver_Disconnect_Command::execute  ) 
 

ACE_INLINE TAO_ECG_UDP_Receiver_Disconnect_Command & TAO_ECG_UDP_Receiver_Disconnect_Command::operator= const TAO_ECG_UDP_Receiver_Disconnect_Command rhs  ) 
 

Definition at line 33 of file ECG_UDP_Receiver.i.

References proxy_.

00035 {
00036   this->proxy_ =
00037     RtecEventChannelAdmin::ProxyPushConsumer::_duplicate (rhs.proxy_.in ());
00038 
00039   return *this;
00040 }


Member Data Documentation

RtecEventChannelAdmin::ProxyPushConsumer_var TAO_ECG_UDP_Receiver_Disconnect_Command::proxy_ [private]
 

Definition at line 90 of file ECG_UDP_Receiver.h.

Referenced by operator=().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:16:26 2006 for TAO_RTEvent by doxygen 1.3.6