#include <Collocated_Invocation.h>
Inheritance diagram for TAO::Collocated_Invocation:
Public Methods | |
Collocated_Invocation (CORBA::Object_ptr et, CORBA::Object_ptr t, TAO_Stub *stub, TAO_Operation_Details &detail, bool response_expected=true) | |
Constructor used by TAO::Invocation_Adapter. | |
Invocation_Status | invoke (Collocation_Proxy_Broker *cpb, Collocation_Strategy strat ACE_ENV_ARG_DECL) throw (CORBA::Exception) |
Private Methods | |
Collocated_Invocation (void) |
@NOTE: Reliable oneways are not handled properly including use of interceptors. This class should technically serve as the base for all invocation types. But now, this is the only class that handles collocated invocations and that too in a brain dead way.
|
Constructor used by TAO::Invocation_Adapter.
|
|
|
|
Practically this method is a place holder to do the following
|