TAO_RTEvent  2.0.6
Public Member Functions | Private Attributes
TAO_ECG_Mcast_EH::Observer_Disconnect_Command Class Reference

Disconnects Observer from the Event Channel. More...

List of all members.

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]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines