TAO_PortableServer
2.0.8
|
"ABC" that all operation-specific command objects must subclass. More...
#include <Upcall_Command.h>
Public Member Functions | |
virtual | ~Upcall_Command (void) |
Destructor. | |
virtual void | execute (void)=0 |
Execute the upcall. |
"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.
TAO::Upcall_Command::~Upcall_Command | ( | void | ) | [virtual] |
Destructor.
virtual void TAO::Upcall_Command::execute | ( | void | ) | [pure virtual] |
Execute the upcall.
Implemented in POA_CORBA::destroy_Policy, POA_CORBA::copy_Policy, POA_CORBA::_get_policy_type_Policy, _repository_id_Upcall_Command, _repository_id_thru_poa_Upcall_Command, _get_component_Upcall_Command, _get_component_thru_poa_Upcall_Command, _non_existent_Upcall_Command, _non_existent_thru_poa_Upcall_Command, _is_a_Upcall_Command, and _is_a_thru_poa_Upcall_Command.