POA_CORBA::_get_component_Policy_Upcall_Command Class Reference

Inheritance diagram for POA_CORBA::_get_component_Policy_Upcall_Command:

Inheritance graph
[legend]
Collaboration diagram for POA_CORBA::_get_component_Policy_Upcall_Command:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 _get_component_Policy_Upcall_Command (POA_CORBA::Policy *servant, TAO_Operation_Details const *operation_details, TAO::Argument *const args[])
virtual void execute (void)
 Execute the upcall.


Private Attributes

POA_CORBA::Policy *const  servant_
TAO_Operation_Details const
*const  
operation_details_
TAO::Argument *const *const  args_

Constructor & Destructor Documentation

POA_CORBA::_get_component_Policy_Upcall_Command::_get_component_Policy_Upcall_Command POA_CORBA::Policy servant,
TAO_Operation_Details const *  operation_details,
TAO::Argument *const  args[]
[inline]
 

Definition at line 915 of file PolicyS.cpp.

00919       : servant_ (servant)
00920       , operation_details_ (operation_details)
00921       , args_ (args)
00922     {
00923     }


Member Function Documentation

virtual void POA_CORBA::_get_component_Policy_Upcall_Command::execute void   )  [inline, virtual]
 

Execute the upcall.

Implements TAO::Upcall_Command.

Definition at line 925 of file PolicyS.cpp.

00926     {
00927       TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
00928         TAO::Portable_Server::get_ret_arg< ::CORBA::Object> (
00929           this->operation_details_,
00930           this->args_);
00931 
00932 
00933       retval =
00934         this->servant_-> _get_component (
00935           );
00936 
00937     }


Member Data Documentation

TAO::Argument* const* const POA_CORBA::_get_component_Policy_Upcall_Command::args_ [private]
 

Definition at line 942 of file PolicyS.cpp.

TAO_Operation_Details const* const POA_CORBA::_get_component_Policy_Upcall_Command::operation_details_ [private]
 

Definition at line 941 of file PolicyS.cpp.

POA_CORBA::Policy* const POA_CORBA::_get_component_Policy_Upcall_Command::servant_ [private]
 

Definition at line 940 of file PolicyS.cpp.


The documentation for this class was generated from the following file:
Generated on Sun Jan 27 13:27:59 2008 for TAO_PortableServer by doxygen 1.3.6