IT_Bus::FaultCompletionStatus Class Reference

#include <it_bus/fault_exception.h>

Inheritance diagram for IT_Bus::FaultCompletionStatus:

IT_Bus::AnySimpleType IT_Bus::AnyType IT_Bus::ImplementationDetails List of all members.

Detailed Description

Class representing the completion status of the operation that was in progress when the fault occured.

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 QNameget_type () const
 Returns the IT_Bus::QName for the type.
FaultCompletionStatusoperator= (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


Member Function Documentation

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.

Returns:
IT_Bus::QName.

Implements IT_Bus::AnyType.

CompletionStatus IT_Bus::FaultCompletionStatus::get_value (  )  const

Get the enum value for the completion status.

Returns:
CompletionStatus enum value

void IT_Bus::FaultCompletionStatus::set_value ( const CompletionStatus  value  ) 

Set the enum value for the completion status.

Parameters:
const CompletionStatus enum value


Generated on Thu Sep 7 11:39:53 2006 for Artix by  doxygen 1.4.7