TAO_PortableServer 3.0.6
Public Member Functions | List of all members
TAO::Upcall_Command Class Referenceabstract

"ABC" that all operation-specific command objects must subclass. More...

#include <Upcall_Command.h>

Inheritance diagram for TAO::Upcall_Command:
Inheritance graph
[legend]

Public Member Functions

virtual ~Upcall_Command ()
 Destructor. More...
 
virtual void execute ()=0
 Execute the upcall. More...
 

Detailed Description

"ABC" that all operation-specific command objects must subclass.

The actual upcall into a servant is executed through a concrete Upcall_Command object. This is necessary to simplify upcall interactions in the presence of interceptors, such as when the send_exception() interception point must be invoked when the servant operation throws an exception.

Constructor & Destructor Documentation

◆ ~Upcall_Command()

TAO::Upcall_Command::~Upcall_Command ( )
virtual

Destructor.

Member Function Documentation

◆ execute()

virtual void TAO::Upcall_Command::execute ( )
pure virtual

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