POA_CORBA::_get_component_Policy_Upcall_Command Class Reference

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)

Private Attributes

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

Detailed Description

Definition at line 913 of file PolicyS.cpp.


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 917 of file PolicyS.cpp.

00921       : servant_ (servant)
00922       , operation_details_ (operation_details)
00923       , args_ (args)
00924     {
00925     }


Member Function Documentation

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

Definition at line 927 of file PolicyS.cpp.

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


Member Data Documentation

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

Definition at line 944 of file PolicyS.cpp.

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

Definition at line 943 of file PolicyS.cpp.

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

Definition at line 942 of file PolicyS.cpp.


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 17:41:37 2010 for TAO_PortableServer by  doxygen 1.4.7