#include <it_bus/fault_exception.h>
Inheritance diagram for IT_Bus::FaultSource:
The possible values are CLIENT, SERVER or UNKNOWN
Definition at line 123 of file fault_exception.h.
Public Member Functions | |
virtual void | write_value (AnySimpleTypeWriter &writer) const throw ((SerializationException)) |
Write the instance value. | |
virtual void | read_value (AnySimpleTypeReader &reader) throw ((DeserializationException)) |
Read the value into the instance. | |
virtual const QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
virtual AnyType & | copy (const AnyType &assign) |
Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
void | set_value (const Source value) |
Set the enum value for the source. | |
Source | get_value () const |
Get the enum value for the source. |
|
Returns a reference to an AnyType that is a copy of the AnyType parameter. Derived classes override this method, providing an appropriate implementation. In this base class, this method is not supported; an exception is always thrown.
Reimplemented from IT_Bus::AnyType. |
|
Returns the IT_Bus::QName for the type. Derived subclasses implement this method and return their QName.
Implements IT_Bus::AnyType. |
|
Get the enum value for the source.
|
|
Read the value into the instance. Derived classes implement this method. Implements IT_Bus::AnySimpleType. |
|
Set the enum value for the source.
|
|
Write the instance value. Derived classes implement this method. Implements IT_Bus::AnySimpleType. |