#include <NodeMessage.h>
Inheritance diagram for NodeMessage:

Public Member Functions | |
| virtual | ~NodeMessage ()=0 |
| Pure virtual destructor so clients cannot instantiate NodeMessage objects. | |
Protected Member Functions | |
| NodeMessage (Loki::Int2Type< BambooLib::requestElement >, MessageAction a, const NodeID &src, const NodeID &dest) | |
| Constructor for building a request NodeMessage. | |
| NodeMessage (Loki::Int2Type< BambooLib::responseElement >, MessageAction a, const NodeID &src, const NodeID &dest) | |
| Constructor for building a response NodeMessage. | |
Protected Attributes | |
| NodeID | sourceID_ |
| NodeID | destinationID_ |
| BambooLib::XMLElement * | nodeListElement_ |
|
||||||||||||||||||||
|
Constructor for building a request NodeMessage.
|
|
||||||||||||||||||||
|
Constructor for building a response NodeMessage.
|
|
|
The destination NodeID |
|
|
The NodeList element |
|
|
The source NodeID |
1.4.6