#include <LocateRequest_Invocation_Adapter.h>
Collaboration diagram for TAO::LocateRequest_Invocation_Adapter:
Public Methods | |
LocateRequest_Invocation_Adapter (CORBA::Object_ptr target) | |
void | invoke (ACE_ENV_SINGLE_ARG_DECL) |
Start the invocation on the target. | |
CORBA::PolicyList * | get_inconsistent_policies (void) |
Accessor to the inconsistent policy list. | |
Private Methods | |
bool | get_timeout (ACE_Time_Value &val) |
Private Attributes | |
CORBA::Object_ptr | target_ |
CORBA::PolicyList_var | list_ |
This class provides a look and feel similar to the TAO::Invocation_Adapter though the functionalities are different. For the record, IDL compiler doesn't know the existence of this class. This class is concerned with the creation and invocation of locate request invocations to the target object
|
|
|
Accessor to the inconsistent policy list.
|
|
|
|
Start the invocation on the target.
|
|
|
|
|