TAO_RTEvent  2.2.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
TAO_ECG_Mcast_EH::Observer_Disconnect_Command Class Reference

Disconnects Observer from the Event Channel. More...

Collaboration diagram for TAO_ECG_Mcast_EH::Observer_Disconnect_Command:
Collaboration graph

Public Member Functions

 Observer_Disconnect_Command (void)
 
 Observer_Disconnect_Command (RtecEventChannelAdmin::Observer_Handle handle, RtecEventChannelAdmin::EventChannel_ptr ec)
 
 Observer_Disconnect_Command (const Observer_Disconnect_Command &rhs)
 
Observer_Disconnect_Commandoperator= (const Observer_Disconnect_Command &rhs)
 
void execute (void)
 

Private Attributes

RtecEventChannelAdmin::Observer_Handle handle_
 
RtecEventChannelAdmin::EventChannel_var ec_
 

Detailed Description

Disconnects Observer from the Event Channel.

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

Constructor & Destructor Documentation

TAO_ECG_Mcast_EH::Observer_Disconnect_Command::Observer_Disconnect_Command ( void  )
TAO_ECG_Mcast_EH::Observer_Disconnect_Command::Observer_Disconnect_Command ( RtecEventChannelAdmin::Observer_Handle  handle,
RtecEventChannelAdmin::EventChannel_ptr  ec 
)
TAO_ECG_Mcast_EH::Observer_Disconnect_Command::Observer_Disconnect_Command ( const Observer_Disconnect_Command rhs)

Member Function Documentation

void TAO_ECG_Mcast_EH::Observer_Disconnect_Command::execute ( void  )
Observer_Disconnect_Command& TAO_ECG_Mcast_EH::Observer_Disconnect_Command::operator= ( const Observer_Disconnect_Command rhs)

Member Data Documentation

RtecEventChannelAdmin::EventChannel_var TAO_ECG_Mcast_EH::Observer_Disconnect_Command::ec_
private
RtecEventChannelAdmin::Observer_Handle TAO_ECG_Mcast_EH::Observer_Disconnect_Command::handle_
private

The documentation for this class was generated from the following file: