#include <NM_Classes.hh>
Public Types | |
typedef NM_WithHandleArray | Super |
Public Member Functions | |
NM_Request_Object_Attribute_Value_Update () | |
virtual | ~NM_Request_Object_Attribute_Value_Update () |
virtual void | serialize (MessageBuffer &msgBuffer) |
Serialize the message into a buffer. | |
virtual void | deserialize (MessageBuffer &msgBuffer) |
DeSerialize the message from a buffer. | |
const ObjectHandle | getObject () const |
void | setObject (ObjectHandle newObject) |
Definition at line 1063 of file NM_Classes.hh.
typedef NM_WithHandleArray Super |
Reimplemented from NM_WithHandleArray.
Reimplemented in NM_Negotiated_Attribute_Ownership_Divestiture, NM_Attribute_Ownership_Acquisition_Notification, NM_Attribute_Ownership_Divestiture_Notification, NM_Request_Attribute_Ownership_Assumption, NM_Attribute_Ownership_Unavailable, NM_Attribute_Ownership_Acquisition_If_Available, NM_Unconditional_Attribute_Ownership_Divestiture, NM_Attribute_Ownership_Acquisition, NM_Request_Attribute_Ownership_Release, NM_Cancel_Negotiated_Attribute_Ownership_Divestiture, NM_Attribute_Ownership_Release_Response, NM_Cancel_Attribute_Ownership_Acquisition, NM_Confirm_Attribute_Ownership_Acquisition_Cancellation, and NM_Provide_Attribute_Value_Update.
Definition at line 1065 of file NM_Classes.hh.
Definition at line 1322 of file NM_Classes.cc.
References NetworkMessage::name, NetworkMessage::REQUEST_OBJECT_ATTRIBUTE_VALUE_UPDATE, and NetworkMessage::type.
~NM_Request_Object_Attribute_Value_Update | ( | ) | [virtual] |
Definition at line 1327 of file NM_Classes.cc.
void serialize | ( | MessageBuffer & | msgBuffer | ) | [virtual] |
Serialize the message into a buffer.
Reimplemented from NM_WithHandleArray.
Definition at line 1329 of file NM_Classes.cc.
References NM_WithHandleArray::serialize().
void deserialize | ( | MessageBuffer & | msgBuffer | ) | [virtual] |
DeSerialize the message from a buffer.
Reimplemented from NM_WithHandleArray.
Definition at line 1335 of file NM_Classes.cc.
References NM_WithHandleArray::deserialize().
const ObjectHandle getObject | ( | ) | const [inline] |
Definition at line 1071 of file NM_Classes.hh.
void setObject | ( | ObjectHandle | newObject | ) | [inline] |
Definition at line 1072 of file NM_Classes.hh.