TAO_ESF  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
TAO_ESF_Shutdown_Command< Target > Class Template Reference

Implements a Command object that invokes the shutdown_i() method on the target, passing an argument of type Object. More...

#include <ESF_Delayed_Command.h>

Inheritance diagram for TAO_ESF_Shutdown_Command< Target >:
Inheritance graph
Collaboration diagram for TAO_ESF_Shutdown_Command< Target >:
Collaboration graph

Public Member Functions

 TAO_ESF_Shutdown_Command (Target *target)
 constructor... More...
 
virtual int execute (void *arg)
 
- Public Member Functions inherited from ACE_Command_Base
 ACE_Command_Base (void)
 
virtual ~ACE_Command_Base (void)
 

Private Attributes

Target * target_
 The target. More...
 

Detailed Description

template<class Target>
class TAO_ESF_Shutdown_Command< Target >

Implements a Command object that invokes the shutdown_i() method on the target, passing an argument of type Object.

Memory Management

It does not assume ownership of Object nor the Target arguments. Usually allocated from the heap or an allocator; but it is not self-managed.

Locking

No provisions for locking, access must be serialized externally.

Constructor & Destructor Documentation

template<class Target >
TAO_ESF_Shutdown_Command< Target >::TAO_ESF_Shutdown_Command ( Target *  target)

constructor...

Member Function Documentation

template<class Target >
int TAO_ESF_Shutdown_Command< Target >::execute ( void *  arg)
virtual

The callback method, if the argument is not nil it is interpreted as a CORBA::Environment.

Implements ACE_Command_Base.

Member Data Documentation

template<class Target >
Target* TAO_ESF_Shutdown_Command< Target >::target_
private

The target.


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