#include <Collocation_Proxy_Broker.h>
Public Member Functions | |
virtual | ~Collocation_Proxy_Broker (void) |
virtual Collocation_Strategy | get_strategy (CORBA::Object_ptr obj)=0 |
virtual void | dispatch (CORBA::Object_ptr obj, CORBA::Object_out forward_obj, bool &is_forwarded, Argument **args, int num_args, const char *op, size_t op_len, Collocation_Strategy strategy)=0 |
TAO::Collocation_Proxy_Broker::~Collocation_Proxy_Broker | ( | void | ) | [virtual] |
virtual void TAO::Collocation_Proxy_Broker::dispatch | ( | CORBA::Object_ptr | obj, | |
CORBA::Object_out | forward_obj, | |||
bool & | is_forwarded, | |||
Argument ** | args, | |||
int | num_args, | |||
const char * | op, | |||
size_t | op_len, | |||
Collocation_Strategy | strategy | |||
) | [pure virtual] |
virtual Collocation_Strategy TAO::Collocation_Proxy_Broker::get_strategy | ( | CORBA::Object_ptr | obj | ) | [pure virtual] |