#include <it_bus/fault_exception.h>
Inheritance diagram for IT_Bus::FaultCompletionStatus:
This gives the application the information needed to know if the operation needs to be retried.
The completion status could be YES, NO or MAYBE
Definition at line 206 of file fault_exception.h.
Public Types | |
enum | CompletionStatus |
Public Member Functions | |
virtual const QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
FaultCompletionStatus & | operator= (const FaultCompletionStatus &rhs) |
void | set_value (const CompletionStatus value) |
Set the enum value for the completion status. | |
CompletionStatus | get_value () const |
Get the enum value for the completion status. | |
Private Attributes | |
CompletionStatus | m_val |
Static Private Attributes | |
static const QName | m_type |
virtual const QName& IT_Bus::FaultCompletionStatus::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Implements IT_Bus::AnyType.
CompletionStatus IT_Bus::FaultCompletionStatus::get_value | ( | ) | const |
Get the enum value for the completion status.
void IT_Bus::FaultCompletionStatus::set_value | ( | const CompletionStatus | value | ) |
Set the enum value for the completion status.
const | CompletionStatus enum value |