Inheritance diagram for IT_Bus_Managed::ServiceState:
Definition at line 430 of file managed_bus_xsdTypes.h.
Public Member Functions | |
IT_Bus::AnyType & | copy (const IT_Bus::AnyType &rhs) |
Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
virtual const IT_Bus::QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
virtual void | write_value (IT_Bus::AnySimpleTypeWriter &writer) const throw ((IT_Bus::SerializationException)) |
Write the instance value. | |
virtual void | read_value (IT_Bus::AnySimpleTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
Read the value into the instance. | |
Static Public Attributes | |
static const IT_Bus::String | NOT_INITIALIZED |
static const IT_Bus::String | INITIALIZED |
static const IT_Bus::String | ACTIVATED |
static const IT_Bus::String | DEACTIVATED |
static const IT_Bus::String | SHUTDOWN_PENDING |
static const IT_Bus::String | SHUTDOWN_COMPLETE |
Private Attributes | |
IT_Bus::String | m_val |
IT_Bus::AnyType& IT_Bus_Managed::ServiceState::copy | ( | const IT_Bus::AnyType & | rhs | ) | [virtual] |
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.
AnyType | to be copied. |
IT_Bus::Exception | with message "Copy not supported" |
Reimplemented from IT_Bus::AnyType.
virtual const IT_Bus::QName& IT_Bus_Managed::ServiceState::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.
virtual void IT_Bus_Managed::ServiceState::write_value | ( | IT_Bus::AnySimpleTypeWriter & | writer | ) | const throw ((IT_Bus::SerializationException)) [virtual] |
virtual void IT_Bus_Managed::ServiceState::read_value | ( | IT_Bus::AnySimpleTypeReader & | reader | ) | throw ((IT_Bus::DeserializationException)) [virtual] |
Read the value into the instance.
Derived classes implement this method.
Implements IT_Bus::AnySimpleType.