#include <PolicyS.h>
Inheritance diagram for POA_CORBA::_TAO_Policy_Strategized_Proxy_Broker:
Public Member Functions | |
_TAO_Policy_Strategized_Proxy_Broker (void) | |
virtual | ~_TAO_Policy_Strategized_Proxy_Broker (void) |
TAO::Collocation_Strategy | get_strategy (CORBA::Object_ptr obj) |
void | dispatch (CORBA::Object_ptr obj, CORBA::Object_out forward_obj, TAO::Argument **args, int num_args, const char *op, size_t op_len, TAO::Collocation_Strategy strategy) |
Static Public Member Functions | |
_TAO_Policy_Strategized_Proxy_Broker * | the_TAO_Policy_Strategized_Proxy_Broker (void) |
|
Definition at line 252 of file PolicyS.cpp.
00253 { 00254 } |
|
Definition at line 256 of file PolicyS.cpp.
00257 { 00258 } |
|
Implements TAO::Collocation_Proxy_Broker. Definition at line 273 of file PolicyS.cpp. References TAO::Direct_Collocation_Upcall_Wrapper::upcall().
00283 { 00284 TAO::Direct_Collocation_Upcall_Wrapper collocation_upcall_wrapper; 00285 collocation_upcall_wrapper.upcall ( 00286 obj, 00287 forward_obj, 00288 args, 00289 num_args, 00290 op, 00291 op_len, 00292 strategy 00293 ); 00294 } |
|
Implements TAO::Collocation_Proxy_Broker. Definition at line 261 of file PolicyS.cpp. References TAO_ORB_Core::collocation_strategy().
00265 { 00266 TAO::Collocation_Strategy strategy = 00267 TAO_ORB_Core::collocation_strategy (obj); 00268 00269 return strategy; 00270 } |
|
Definition at line 244 of file PolicyS.cpp.
00245 { 00246 static POA_CORBA::_TAO_Policy_Strategized_Proxy_Broker 00247 strategized_proxy_broker; 00248 00249 return &strategized_proxy_broker; 00250 } |