#include <operation_details.h>
Collaboration diagram for TAO_Operation_Details:
This class stores some of the "operation" details that would be required by the invocation classes. This class is in its infancy now but I expect this one to grow as we come with different varieties of use cases.
|
Constructor.
|
|
Set method for the addressing mode.
|
|
|
|
Accessor method for the addressing mode.
|
|
Return the flag that indicates whether the operation has any arguments |
|
Modify request id's for a BiDirectional setup.
|
|
Operation name.
|
|
Length of the operation name.
|
|
|
|
|
|
|
|
|
|
|
|
Return the request ID associated with the operation.
|
|
|
|
|
|
Access the TAO_Service_Context.
|
|
|
|
Get the service context list.
|
|
|
|
Get the response flags.
|
|
Set the response flags.
|
|
Addressing mode for this request.
|
|
Flag that indicates whether the operation has any arguments. If there are any arguments the flag will have a value of 1, 0 otherwise. |
|
Name of the operation being invoked.
|
|
Precalculated length of opname_.
|
|
The ServiceContextList received from the server side. Only valid when sending a request. |
|
Request ID of this operation.
|
|
The ServiceContextList sent to the server side. Only valid when sending a request. |
|
Response flags.
|